div.body-wrap .contact-us .form fieldset {
  border: 3px solid #bbb;
  margin: 20px;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

div.body-wrap .contact-us .form .form-fields .field input {
  background: #fff;
  padding: 10px 15px;
  font-size: 1.45em;
  color: #666;
  border: 1px solid #e9e9e9;
  width: 100%;
  margin: 0px 0px 10px;
}


div.body-wrap .contact-us .form .form-fields .field select {
  font-size: 1.35em;
}


div.body-wrap .contact-us .form .form-fields .field label {
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #666;
  line-height: 1;
  font-weight: bold;
  display: block;
  font-family: arial;
}


div.body-wrap .contact-us .form legend {
  color: #666;
  font-family: arial;
  margin: 15px;
  font-size: 1.25em;
  padding: 0px 10px;
}
