/* 
	The following information must not be removed:
	Awesome Form v2.01 CSS
	Written by: Paul Armstrong, Paul Armstrong Designs
	Site: http://paularmstrongdesigns.com
	Example & Documentation: http://paularmstrongdesigns.com/examples/css/whitecapForm-form.html
	Thu Jun 22 22:38:54 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.
*/
form.whitecapForm label { 
	width: 200px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
}
form.whitecapForm label.long, form.whitecapForm p.label {
	margin-left: 120px; /* subjective */
	width: 390px; /* (textarea width) + (label width) + (label margin) - (left margin) */
}
form.whitecapForm label span {
	color: #900; /* color of required asterisk */
}
form.whitecapForm input, form.whitecapForm textarea, form.whitecapForm select {
	margin-left: 210px; /* (label width) + (label margin) */
	width: 200px; /* subjective */
	border: 1px solid #000;
}
form.whitecapForm textarea { 
	width: 300px; /* subjective, recommend: (3/2)(input width) */
}
form.whitecapForm p.desc {
	margin-left: 210px; /* (label width) + (label margin) */
}
form.whitecapForm .checks label {
	margin-left: 220px; /* (label width) + 2(label margin) */
}
form.whitecapForm .checks input {
	margin-left: 210px; /* (label width) + (label margin) */
}

form.whitecapForm fieldset{border:0px;}

/*
	The following makes Internet Explorer 6.x play nicely. 
	These fix the double float margin bug.
*/
* html form.whitecapForm .checks input { 
	margin-left: 105px;  /* (1/2)((label width) + (label margin)) */
}
* html form.whitecapForm .checks label { 
	margin-left: 210px; /* (label width) + (label margin) */
	height: 1em; 
}


/*********************************************************************************
	DO NOT EDIT BELOW THIS LINE
*********************************************************************************/


form.whitecapForm {
	margin: 0 0 1em;
}

form.whitecapForm label {
	float: left;
	text-align: right;
	padding-top: 0.4em;
	font-weight: bold;
	font-size: 1em;
}

form.whitecapForm label.long {
	float: none;
	display: block;
	text-align: left;
}

form.whitecapForm label.long:after {
	content: "";
}

form.whitecapForm input, form.whitecapForm textarea, form.whitecapForm select {
	display: block;
	margin-bottom: -0.5em;
}
form.whitecapForm select[multiple="multiple"] {
	margin-left: 0px;
}
form.whitecapForm br { 
	clear: left;
} 

form.whitecapForm input[type="radio"], form.whitecapForm input[type="checkbox"], 
form.whitecapForm input[type="hidden"] { 
	width: auto; 
	height: 0.8em; 
	border: 0;
}

form.whitecapForm input[type="hidden"] {
	display: none;
}

form.whitecapForm p.desc {
	display: block;
	margin-top: -0.4em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.9em;
}

form.whitecapForm .checks label {
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 2em;
	padding-top: 0;
	margin-bottom: -1em;
}

form.whitecapForm .checks label:after { 
	content: ""; 
} 

form.whitecapForm .checks input {
	float: left;
	text-align: right;
	margin-bottom: 0.5em;
	width: auto;
}
/*
	IE CSS display bug. 
*/
* html form.whitecapForm fieldset p.desc, * html form.whitecapForm .checks p.desc { margin-top: 0; }
* html form.whitecapForm p.desc { margin-top: -1em; }
* html form.whitecapForm input, * html form.whitecapForm textarea, * html form.whitecapForm select,
* html form.whitecapForm .checks input, * html form.whitecapForm .checks label {
	margin-top: 0;
	margin-bottom: 0;
}
* html form.whitecapForm fieldset br {
	line-height: 0.5em;
	font-size: 0.5em;
}
