
.formtitle{
	font-size:14px;
	width:140px;
	display:table;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.contactForm{
display:block;height:200px;width:300px;margin-top:70px;	
margin-left:15px;
float:left;
}

div.contactForm table  tr{
margin-top:15px;
display:table;
}
.contactForm input[type="text"]{
	
	border:none;
	height:25px;
	color:#000;
	padding:3px;
	width:350px;
	display:block;
	background:url(../images/reg.png);
	

}

.contactForm select{
	
	border:none;
	height:25px;
	color:#000;
	padding:3px;
	width:200px;
	display:block;
	background:url(../images/reg.png);

	

}
.contactForm textarea{
	
	color:#000;
	padding:3px;
	font-size:12px;
	width:350px;
	background:url(../images/reg.png);
	border:none;

}
input[type="submit"]{
	cursor:pointer;
	
	border:none;
	padding:3px;
	color:#000;
	height:40px;
	width:100px;
	background:url(../images/reg.png);
	
}
input[type="submit"]:hover{
	cursor:pointer;
	color:#09F;
}
.ErrorMsg {
        clear: both; color: #CC0000;
}