/*Defaults Styling*/

contactform#input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	padding:0;
	color:#030;
}
fieldset {
	width: 609px;
	border: solid #ccc 1px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
legend {
	background: #114489;
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:0px 0 0 11px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#114489 #114489 #114489 #e5e5c3;
}
label {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:right;
	width:190px;
	line-height:25px;
	margin:0 10px 10px 0;
}
dd {
	float:left;
	width:300px;
	line-height:25px;
	margin:0 0 10px 0;

}
.contactus_required_field {
	background-color: #D4E6F5;
}
.contactus_textarea {
	width: 390px;
}