/* 
	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.
*/
.awesomeform label { 
	width: 70px; /* 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.field, .awesomeform textarea, .awesomeform select,
.awesomeform .checks input, .awesomeform.checks input {
	margin-left: 80px; /* (label width) + (label margin) */
	width: 170px; /* subjective, only applies to non-checkbox or radio inputs */
}
.awesomeform textarea { 
	width: 170px; /* subjective, recommend: (3/2)(input width) */
}
.awesomeform p.desc {
	margin-left: 80px; /* (label width) + (label margin) **recommended */
}
.awesomeform .checks label, .awesomeform.checks label {
	margin-left: 220px; /* (label width) + 2(label margin) */
}

* html .awesomeform .checks input, * html .awesomeform.checks input { 
	margin-left: 105px;  /* (1/2)((label width) + (label margin)) */
}
* html .awesomeform .checks label, * html .awesomeform.checks label { 
	margin-left: 210px; /* (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-size: 1em;
	letter-spacing: 1px;
}


.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: 0em;
	font-style: italic;
	font-size: 0.9em;
}


.awesomeform .checks label, .awesomeform.checks label {
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}

.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;
}


/*
	Additional Styles
*/
.awesomeform {
	border: 0;
}
.awesomeform legend {
	display: none;
}
.awesomeform input.field,
.awesomeform textarea {
	background: #666;
	border: 0;
	color: #fff;
}
.awesomeform input.select,
.awesomeform textarea {
	background: #666;
	border: 0;
	color: #fff;
}


