#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[type=submit] {
  margin-top: 20px;
}

.required {
  color: #ff0000;
}

#contact_us_form input[type=text] {
  width: 250px;
}

#contact_us_form textarea {
  width: 300px;
  height: 100px;
}

