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

.coolformsuccess {
  background: url(../img/success.png) no-repeat;
  height: 12px;
  color: #00CC00;
  padding: 0 0 0 20px;
}

#conForm {
  margin: 15px 0 0 0;
}

#conForm p {
  margin: 10px 0 0 0;
}

.cLabel {
  font-family: "Verdana", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 14px;
  font-style: normal;
  color: #000;
background-color: transparent;
}