/*Defaults Styling*/

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	padding:0;
	color:#030;
}
fieldset {
	width: 600px;
	border: solid #ccc 1px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
legend {
	background:#58a302;
	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:#e5e5c3 #505014 #505014 #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:170px;
	line-height:25px;
	margin:0 10px 10px 20px;
}
.dtwidth {
	width: 560px;
	text-align: left;
	padding-left: 20px;

}
dd {
	float:left;
	width:350px;
	line-height:25px;
	margin:0 0 10px 0;

}
.contactus_required_field {
	background-color: #D4E6F5;
}
.contactus_textarea {
	width: 390px;
}
