body{
	margin:0;
	padding:0;
}
.quickcontact{
  width:230px;
  font:15px arial;
  border:1px solid #cccccc;
  margin-bottom:1px;
}
#ta-explain{
  height:100px;
}

.submit{
	height: 30px;
	width:233px;
	background: #B92020;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: white;
	font: bold 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}
.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003885;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.req{
	color:red;
}