@charset "UTF-8";
/* CSS Document */



/*------Contact-----*/

#contact {
	float: right;
	display: inline;
	margin: 25px 40px 0px 0px;
	padding: 15px 0 0px 0;
	width: 500px;
	background: #506d8d url(images/contentcorners_top.gif) left top no-repeat;
}

#btm_contact {
	float: right;
	display: inline;
	margin: 0px 40px 25px 0px;
	padding: 0px 0 15px 0;
	width: 500px;
	background: #506d8d url(images/contentcorners_btm.gif) left bottom no-repeat;
}

#contact_bg {
	float: left;
	display: inline;
	background: #3c5c80;
}
	
#contact h1 {
	margin: 0 0 0 195px;
	padding-bottom: 5px;
	color: #909BA7;
}


#contact p {
	position: relative;
	clear: both;
	padding: 0;
	margin: 10px 0px 10px 10px;
}

#contact input, select, textarea {
	background: #3c5c80;
	border: 1px solid #bdcd89;
	color: #1e2023;
	padding: 4px;
}

#contact input:focus, select:focus, textarea:focus {
	border: 1px solid #909ba7;
}

#contact input:hover, select:hover, textarea:hover {
	background: #909ba7;
}

#contact .formLabel {
	width: 175px;
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: left;
	
}
#contact .formInputButton {
	margin-left: 195px;
	padding: 4px;
	clear: left;
}

#required {
	float: left;
	display: inline;
	margin: 15px 0 0 195px;
	color: #bdcd89;
}


#error_f_name, #error_l_name, #error_phone {
	margin: 0 0 0 195px;
	color: #bdcd89;
}

#thankyou {
	margin: 10px 0 10px 10px;
	font-size: 16px;
	color: #909BA7;
}