h1 {
  margin-bottom: 1em;
}

h2 {
  margin-top: 0;
}

table {
  width: auto;
}

#content {
  height: 1%;
  overflow: hidden;
}

#mailform {
  float: left;
  border-right: 1px dashed #A6464E;
  margin: 0 20px 20px 0;
  padding-right: 20px;
  width: 440px;
}

#mailform form {
  margin: 0;
}

#mailform form label {
  font-weight: bold;
}

#mailform form input, #mailform form textarea, #mailform form select {
  display: block;
  padding: 0;
  margin: 0.2em 0 0 0;
}

#mailform form input, #mailform form select {
  width: 250px;
}

#mailform form textarea {
  width: 440px;
}

#mailform form #send {
  width: auto;
}

#mailform form br {
 line-height: 0.8em;
}

#mailform label.req, p.errormsg {
  color: red;
}

#recaptcha_widget_div {
  padding-bottom: 1em;
}

p.feedback {
  margin-top: 1em;
  padding-bottom: 0;
  font-weight: bold;
}

#address {
  float: left;
}
