/* style sheet containing styles unique to forms */

/*form styles*/

#sidebar ul.form-container {
	background: #FAFFA9;
	color: #333;
	line-height: 1.5em;
	list-style-type: none;
	float: left;
	font-size: 1.1em;
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: left;
	width: 200px;
}

#sidebar ul.form-container li {
	float: left;
	padding: 0 0 8px 0;
	width: 200px;
}

#sidebar ul.form-container li.note {
	border-bottom: 1px solid #D0DBE2;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	width: 200px;
}

#sidebar .form-container li label {
	float: left;
	width: 200px;
}

#sidebar li.checkbox label {
	float: none;
	width: auto;
}

#sidebar label .required {
	color: #DF6E00;
	font-size: 10px;
}

#sidebar li.text input {	
	border: 1px solid #666666;
	color: #333;
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 196px;
}

#sidebar li.drop-down select {	
	border: 1px solid #666666;
	color: #333;
	float: left;
	font-size: 11px;
	width: 200px;
}

#sidebar li.text img { /*applies to captcha img */
	float: left;
	margin: 5px 0 10px 0;
}


#sidebar li.text textarea {	
	border: 1px solid #666666;
	color: #666666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 196px;
}

#sidebar li.checkbox input {
	margin: 0 4px 0 0;
}

#sidebar li.submit input {	
	color: #666666;
	font-size: 12px;
	padding: 2px;
	width: 100px;
}

/*content form styles*/

#copy ul.content-form-wrapper {
	border-bottom: 1px solid #D0DBE2;
	color: #005984;
	line-height: 1.7em;
	list-style-type: none;
	float: left;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	width: 640px;
}

#copy ul.content-form-wrapper li {
	float: left;
	padding: 0 10px 10px 0;
	width: 310px;
}

#copy ul.content-form-wrapper li .required {
	color: #CC0033;
	font-size: 16px;
	font-weight: bold;
}

#copy ul.content-form-wrapper li.note {
	border-bottom: 1px solid #D0DBE2;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	width: 640px;
}

#copy .content-form-wrapper li label {
	float: left;
	width: 310px;
}

#copy li.checkbox label {
	float: none;
	width: auto;
}

#copy li.text input {	
	border: 1px solid #D0DBE2;
	background: #F7FAFC;
	color: #31789C;
	padding: 2px;
	width: 290px;
}

#copy .content-form-wrapper li.drop-down {
	float: left;
	padding: 0 10px 15px 0;
	width: 310px;
}

#copy li.drop-down select {	
	border: 1px solid #D0DBE2;
	color: #31789C;
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 290px;
}

#copy li.text img { /*applies to captcha img */
	float: left;
	margin: 5px 0 10px 0;
}

#copy ul.content-form-wrapper li.textarea {
	float: left;
	padding: 0 10px 10px 0;
	width: 630px;
}

#copy li.textarea textarea {	
	border: 1px solid #D0DBE2;
	background: #F7FAFC;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 630px;
}

#copy li.checkbox input {
	margin: 0 4px 0 0;
}

#copy .content-form-wrapper li.submit {
	width: 630px;
}

#copy li.submit input {
	color: #2F4F66;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 150px;
}



/*#copy ul.single-col-form {
	float: right;
	width: 320px;
}

#copy ul.single-col-form li.note {
	border-bottom: 1px solid #D0DBE2;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	width: 320px;
}


#copy ul.single-col-form li.textarea textarea {
	clear: both;
	width: 290px;
}*/





/*headers preceeding forms*/

#sidebar ul.form-container li.form-header{
	padding: 0;
}

li.form-header p {
	padding: 0 0 10px 0;
}

h2#start-today {
	background:url(../images/backgrounds/start-today-h2.gif) no-repeat;
	float: left;
	height: 45px;
	text-indent: -9999px;
	width: 200px;
}

h2#interested {
	background:url(../images/backgrounds/interested-h2.gif) no-repeat;
	float: left;
	height: 63px;
	text-indent: -9999px;
	width: 200px;
}
