/*  Contact Us */
#contactus {
	padding:30px;
	height:400px;
	color:#173371;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_contactUs.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
dl {
	position: relative;
	width: 300px;
}
dt {
	clear: both;
	float:left;
	width: 100px;
	padding: 4px 0 2px 0;
	text-align: left;
	font-size:10px;
}
dd {
	float: left;
	width: 190px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}


input, textarea, select{
	width:189px;
	}

.validation{
	color:red;
	visibility:hidden;
	}
	
#formLeft {
	float:left;
	width: 330px;
}
#formRight {
	float:left;
	 width: 310px;
}
.verticalSpacer{
	width:20px;
	height:400px;
	float:left;
}

#btn_send{
	background:url(../images/btn_Send.gif);
	background-repeat:no-repeat;
	width:84px;
	height:30px;
	border:1px #FFFFFF solid;
}
