#contact_form {
  margin: 20px auto;
  width: 510px;
}
.form-row {
  margin-bottom: 15px;
}
div.span6 {
  height: 75px;
}
.hidden-by-default {
  display: none;
}
.are-you-a-member {
  margin-top: 30px;
}
.contactus-questionnaire:before,
.contactus-questionnaire:after {
  content: "";
  display: table;
}
.contactus-questionnaire:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.email_error {
  color: #B94A48;
  border-color: #B94A48;
  font-size: 11px;
}
.want_to_error {
  color: #B94A48;
  border-color: #B94A48;
  font-size: 11px;
}
