#contact_us_form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

#contact_us_form fieldset legend {
  display: none;
}

#contact_us_form td {
  padding: 2px;
  vertical-align: top;
}

#contact_us_form input#contact_submit_button {
  margin-top: 20px;
  background: url(/images/structure/contact_submit.gif);
  width: 132px;
  height: 35px;
  font-size: 0px
}

.required {
  color: #ff0000;
}

#contact_us_form input[type=text] {
  width: 300px;
  border:1px solid #0F7699;
}

#contact_us_form textarea {
  width: 300px;
  height: 150px;
  border: 1px solid #0F7699;
}
