.contactermsg {
  background: url(error.png) no-repeat;
  height: 14px;
  color: #CC0000;
  padding: 0 0 0 20px;
}

.contactmsg {
  background: url(success.png) no-repeat;
  height: 14px;
  color: #00CC00;
  padding: 0 0 0 20px;
}
.formTitle{
	padding:20px;
	
}
.formTitle td{
	font-weight:bold;
	padding-bottom:12px;
}