.addresses address {
  text-align: center;
  font-family: Courier New;
  font-style: normal;
}

#email-table {
  margin: 10px 130px;
}

#email-table .label {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  width: 150px;
  vertical-align: top;
}

#email-table .text-field {
  width: 400px;
  font-family: Tahoma, Helvetica, Arial;
  margin-bottom: 5px;
  font-size: 1.0em;
  padding: 3px 5px;
  border: 1px solid #c4cad7;
}

#email-table .text-field:hover {
  border-color: #949aa7;
}

#email-table .text-field:focus {
  border-color: #949aa7;
  background: #ffd;
}

#email-table .subject {
  font-weight: bold;
  font-size: 1.05em;
  color: #222;
}

#email-table .captcha {
  width: 50px;
  padding: 0;
  text-align: center;
  margin: 0;
}

#email-table .good {
  background: #dfd;
}

#email-table .text-area {
  width: 400px;
  height: 150px;
  font-family: Tahoma, Helvetica, Arial;
  font-size: 1.0em;
  padding: 3px 5px;
  border: 1px solid #c4cad7;
}

#email-table .text-area:hover {
  border-color: #949aa7;
}

#email-table .text-area:focus {
  border-color: #949aa7;
  background: #ffd;
}

#email-table input[type=submit] {
  margin-top: 10px;
  font-size: 1.1em;
}