.contactermsg {
  background: url(error.png) no-repeat;
  height: 20px;
  color: #CC0000;
  padding: 0 0 0 20px;
  font-size:16px;
}

.contactmsg {
  background:url("success.png") no-repeat scroll 0 0 transparent;
  color:black;
  font-size:20px;
  font-weight:bold;
  height:14px;
  padding:0 0 0 20px;
}
#conForm p {margin-bottom:0;font-weight:bold;}
#conForm .cLabel {font-family: georgia; font-size:16px;}

