.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;
}

form#conForm textarea {width: 328px; margin-bottom: 4px;}

form#conForm p {margin-bottom: 0;}
form#conForm table {margin-bottom: 6px;}
form#conForm p input {margin-bottom: 6px;}
form#conForm table, form#conForm table td {border: 0;}
div#errormsg span.contactmsg {color: black; font-weight: bold;}