#contact_form fieldset {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 0 0;
  padding: 0 1em 1em 1em;
}

#contact_form fieldset legend {
  color: #000;
}

#contact_form div.form_field {
  clear: both;
  padding: 5px 0;
  border-bottom: 1px solid #cacabd;
}

#contact_form div.last {
  border-bottom: none;
}

#contact_form div.form_field label {
  float: left;
  width: 200px;
  color: #37352c;
}

#contact_form div.form_field label em {
  color: #7d7d73;
  font-size: 85%;
  font-style: normal;
  text-transform: uppercase; 
}

#contact_form div.form_field input {
  width: 250px;
}

#contact_form div.radio label {
  float: none;
  width: auto;
}

#contact_form div.radio input {
  width: auto;
}

div.bridge_type_preview_holder {
  clear: both;
}

div.bridge_type_preview {
  padding: 5px 0;
}

div.bridge_type_image {
  float: left;
  width: 170px;
}

div.form_field textarea#comments {
  width: 95%;
}

.info_area {
  display: none;
  border: 1px dashed #ccc;
  margin: 5px 0;
  padding: 5px 10px;
}

.info_area p.close_link {
  clear: both;
  text-align: center;
  margin-bottom: 0;
}