/*
	The following information must not be removed:
	Awesome Form v2.1 CSS
	Written by: Paul Armstrong, Paul Armstrong Designs
	Site: http://paularmstrongdesigns.com
	Example & Documentation: http://paularmstrongdesigns.com/examples/css/awesome-form.html
	Thu Jun 22 22:38:39 2006

	Special thanks to Zach Johnson for helping and pushing me to make the changes.
	Site: http://tech.no.logi.es (those aren't dots, they are diamonds)

	This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
	http://creativecommons.org/licenses/by-sa/2.5/
*/


/*
	In the following section, many of the values must be changed in reference to another.
	Items labeled as 'subjective' are not dependent and may be easily changed as you see fit.
*/
fieldset.awesomeform {
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #A82222;
	background-color: #F4F4F4;
}

.awesomeform legend {
	font-weight: bold;
	color: #23486d;
	padding-bottom: 4px;
	font-size: 0.8em;
}
.awesomeform label {
	width: 160px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
}
.awesomeform label.long, .awesomeform p.label {
	margin-left: 120px; /* subjective */
	width: 390px; /* (textarea width) + (label width) + (label margin) - (left margin) */
}
.awesomeform label span {
	color: #900; /* color of required asterisk */
}
.awesomeform input, .awesomeform textarea, .awesomeform select,
.awesomeform .checks input, .awesomeform.checks input {
	margin-left: 170px; /* (label width) + (label margin) */
	width: 200px; /* subjective, only applies to non-checkbox or radio inputs */
}
.awesomeform textarea {
	width: 300px; /* subjective, recommend: (3/2)(input width) */
	height: 300px;
}
.awesomeform p.desc {
	float: left;
	clear: both;
	margin-left: 20px;	/* (label width) + (label margin) **recommended */
	width: 400px;
}
.awesomeform .checks label, .awesomeform.checks label {
	margin-left: 180px; /* (label width) + 2(label margin) */
}

* html .awesomeform .checks input, * html .awesomeform.checks input {
	margin-left: 85px;  /* (1/2)((label width) + (label margin)) */
}
* html .awesomeform .checks label, * html .awesomeform.checks label {
	margin-left: 170px; /* (label width) + (label margin) */
	height: 1em;
}


/*********************************************************************************
	DO NOT EDIT BELOW THIS LINE
*********************************************************************************/


.awesomeform {
	margin: 0 0 1em;
}

.awesomeform label {
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-weight: normal;
	color: #23486d;
	font-size: 0.8em;
}

.awesomeform label.long {
	float: none;
	display: block;
	text-align: left;
}

.awesomeform label.long:after {
	content: "";
}

.awesomeform input, .awesomeform textarea, .awesomeform select {
	display: block;
	margin-bottom: 0;
}
.awesomeform select[multiple="multiple"] {
	margin-left: 0px;
}
.awesomeform br {
/*	clear: left; */
}

.awesomeform input[type="radio"], .awesomeform input[type="checkbox"],
.awesomeform input[type="hidden"] {
	width: auto;
	height: 0.8em;
	border: 0;
}

.awesomeform input[type="hidden"] {
	display: none;
}

.awesomeform p.desc {
	display: block;
	position: relative;
	top: -1em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.9em;
}


.awesomeform .checks label, .awesomeform.checks label {
	float: none;
	clear: left;
	position: relative;
	top: -12px;
	left: 17px;
	display: block;
	text-align: left;
	height: 1.6em;
	padding-top: 0;
	margin-bottom: 0;
	width: 218px;
}

.awesomeform .checks label:after, .awesomeform.checks label:after, .checks label:after  {
	content: "";
}

.awesomeform .checks input, .awesomeform.checks input {
	float: left;
	text-align: right;
	width: auto;
}
* html .awesomeform br {
	line-height: 1em;
	font-size: 0.5em;
}

form .error {
	background-color: #e82323;
}
