
/**
 * Contact Us
 */

#contact TABLE {
  margin-left: -2px;
}

#contact TABLE TR TH {
  font-weight: normal;
  white-space: nowrap;
}

#contact TABLE TR TD.field {
  text-align: right;
}

#contact TABLE TR TD.field INPUT {
  width: 364px;
}

#contact TEXTAREA {
  width: 464px;
}

#contact .submit {
  border: 1px solid #7f9db9;
  margin: 0px;
  padding: 2px;
}

#errors {
  background: #f3e6e5;
  border: 1px solid #8c0803;
  color: #8c0803;
  padding: 9px;
  margin: 16px 0px;
}
