#enqform label.error {

  background:url("../images/validation/unchecked.gif") no-repeat 0px 0px;

  padding-left: 25px;

  padding-bottom: 2px;

  font-weight: bold;

  color: #EA5200;

}



#enqform label.checked {

  background:url("../images/validation/checked.gif") no-repeat 0px 0px;

}



#enqform .success_msg {

  font-weight: bold;

  color: #0060BF;

  margin-left: 19px;

}

