table {
  width: 100%;
  margin: 0px;
}

table td.body-copy {
  padding: 0px;
}

table #contact-form {
  width: 65%;
  padding: 0px 35px 0px 0px;
}

table #contact-detail {
  vertical-align: top;
}

table #contact-detail div.box {
  margin: 20px auto;
  width: 67%;
}

table #contact-detail h1 {
}

table #contact-detail p {
  margin-bottom: 10px;
}

table #contact-detail address {
  font-size: 110%;
  line-height: 16px;
  margin-bottom: 10px;
}

div.form_error {
  color: #ff0000;
  font-weight: bold;
}

div.form_error {
  padding-bottom: 3px;
}

div.sfContact_form_label {
  padding: 5px 0px;
}

#sfContactForm_msgok_div {
  font-size: 140%;
  background-color: #9b261b;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  text-align: center;
}

#sfContact_form_captcha_pic {
  margin-top: 10px;
}

#sfContact_form_submit {
  margin-top: 10px;
}

#sfContact_form_submit input {
  cursor: pointer;
  padding: 0px 15px;
}

#sfContact_form_captcha input {
  width: 200px;
}

#sfContact_form_captcha {
  padding: 5px 0px;
  background-color: #fff;
  margin-top: 15px;
}

#sender_name, #sender_email {
  width: 50%;
}
