@charset "utf-8";
/* CSS Document */

#email_validation, #name_validation {
    display:none;
}

label.required:after {
  content:'*';
  color:#f26522;
}

span.error {
  background-color:#EEEEEE;
  color:#f26522;
}
.row {
  margin:5px;
}