/* CONTACT FORM */
#frm_contact {
  clear:both;
  font-size: 85%;
  color:#444;
  margin-left:2%
}
#frm_contact input, #frm_contact select, #frm_contact textarea {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ececec;
  margin: 0px;
  padding: 0.1em;
  border: 1px solid #999999;
  font-size: 99%;
  width: 220px;
}
#frm_contact label {
  font-weight: bold;
  display: block;
}
#frm_contact .req {
  position:absolute;
  font-weight: bold;
  color: #CC0000;
  margin-top: -0.85em;
}
#frm_contact .twoColprimary, #frm_contact .twoColsecondary {
  float: left;
}
#frm_contact .twoColsecondary {
  margin-left:20px;
}
#frm_contact .submit {
  height: 22px;
  width: 50px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#frm_contact #companyName, #frm_contact #street1 {
  width: 467px;
}
#frm_contact .text p {
  padding-top: 1em;
  margin: 0;
}

#contactResponse {
  margin-left:2%;
}