
.form_error {
  color: #ff0000;
  display: none;
  font-size: 12px;
  padding-top: 2px;
  width: 100%;
}

.input_box_error {
  border:1px solid #ff0000 !important;
}

.input_box_bottom_error {
  border-bottom:1px solid #ff0000 !important;
}


.input_select_error {
  border:1px solid #ff0000 !important;
}

/* We use this class id to hide the honeypot field so that we can filter out any spam bots */
#honey_email {
  display: none;
}

