/* Contact Us Styles */

#content .Contact {
	background-color:#222222;
}
	
#content .Contact h1 {
	color: #e8ddc1;
	margin: 0 0 12px 0;
	}

#content p {
	border-top: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
	padding: 6px 0;
}
	
	

#formDiv {
	
}

#divForm .required {
	color:#660000;
	font-size: 1.4em;
}

#divForm input, #divForm textarea, #divForm select { 
	background: #E6E6E6 url(/contact/form-background.gif) repeat;
	border: 1px solid #000000;
	font: 11px/12px Arial, geneva, helvetica, sans-serif;
	color: #000000;
}

.submitbutton {
	background-color: #222;
	border:none;
	font: 11px/12px Arial, geneva, helvetica, sans-serif;
	color: #000000;
	margin: 12px 0 0 0;
}