/* styles specific to contact page */

#contact-us label {
	font-weight: bold;
}

#contact-us .required {
	color: red;
}

#contact-us fieldset, div.thanks{
	border: 1px solid #ccc;
	float: left;
	padding: 10px 20px;
	position: relative;
	left: 6px;
	width: 350px;
}

#contact-us fieldset p {
	line-height: 1.7em;
	padding: 5px 0;
}

#contact-us legend {
	color: #666;
	padding: 6px;
	
}

div.thanks{
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 14px;
}


#content div.thanks iframe {
	height: 1px;
	overflow: hidden;
}

div.thanks p{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
