/* ########## Contact Us Form CSS ########## */

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0; 
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	font: 0.9em normal Arial, sans-serif;
}

legend { 
	padding: 0;
	color: #000000; 
	font-weight: bold; 
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 1em !important;
	font-size 135%;
}
 
fieldset ol { 
	/*padding: 3.5em 1em 0;*/ 
	list-style: none; 
}
 
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em !important; 
}
 
fieldset.submit {
	float: none;
	width: auto;
	margin: 0;
	padding-top: 1.5em;
	padding-left: 13.2em;
	background-color: #FFF;
	background-image: none;
}

fieldset.alt {
	background-color: #E6E3DD;
}

label {
	position: relative;
	float: left;
	width: 11em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 12.5em;
	top: 0.4em;
	color: #060;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}

label strong {
	position: absolute;
	left: 14.5em;
	top: 2.25em;
	width: 25em;
	color: #C00;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -1.75em;
	top: -1.75em;
}

#main-content img {
	margin: 0;
	}

#content form img {
	background-color: transparent;
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

.myOL {
	padding: 3.5em 1em 0 1em !important; 
	}

form ul {
	list-style: none;
	}
	
form li.submit {
	padding: 1.5em 0 0 12em;
	}

#content form li.error {
	padding-bottom: 2.5em;
	}
	
#recaptcha_widget_div {
	padding-left: 12em;
	}
