#contact-us {
	width:100%;
	overflow:hidden;
}
#contact-us h3 {
	color:#F00;
	text-transform:uppercase;
	padding:5px 0 10px 0;
}
.contact-col-1 p{
	font-size:12px;
}
.contact-col-1 p a{
	color:#F00;
	text-decoration:none;
}
.contact-col-1 p a:hover{
	text-decoration:underline;
}
.contact-col-1, .contact-col-2{
	float:left;
}
.contact-col-1 {
	width:220px;
}
.contact-col-2 {
	width:410px;
	padding-left:15px;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
}
.contact-col-3 {
	float:right;
	/*padding-left:15px;*/
	/*border-left:1px solid #b7b7b7;*/
}

#frmContact{

}
#frmContact div{
	
}
#frmContact p {
	padding:2px 0px;
}
#frmContact p label.labelFront{
	vertical-align:top;
	width:90px;
	display:inline-block;
	font-size:11px;
}
#frmContact p label.labelBack{
	font-size:11px;
}
#frmContact p{
	font-size:11px;
}
.inputText{
	font-size:11px;
	padding:0px;
	width:200px;
}
.inputArea{
	width:280px;
	height:70px;
}
.btn{
	padding:5px 10px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
#checkbox-layout{
	padding:0 0 0 90px;
}
#thanks{
	padding:20px 0;
	width:390px;
	background:#EEE;
}
#thanks p{
	text-transform:uppercase;
	font-weight:bold;
	color:#f00;
	text-align:center;
	font-size:11px;
}
