div#contact div.main_column{
  padding-bottom: 0px;
}

#contact_us_form fieldset {
  border: none;
  margin: 10px 30px 0;
  padding: 0px;
}

#contact_us_form fieldset legend {
  display: none;
}

#contact_us_form td {
  padding: 2px;
  vertical-align: top;
}

#contact_us_form input.submit{
  background: url(/images/structure/submit_button.jpg) no-repeat;
  font-size: 200em;
  width: 46px;
  height: 10px;
  overflow: hidden;
  border: none;
  margin: 10px;
  cursor: pointer;
}

.required {
  color: #ff0000;
}

#contact_us_form input.text {
  width: 296px;
  border: 1px solid #CDBFB2;
  background: transparent;
}

#contact_us_form input.smallest_text {
  width: 100px;
  border: 1px solid #CDBFB2;
  background: transparent
}

#contact_us_form textarea {
  width: 296px;
  height: 100px;
  border: 1px solid #CDBFB2;
  background: transparent;
}

input
{
  border: 1px solid #CDBFB2;
  background: transparent;
}

.small_box
{
  width: 50px !important;
  border: 1px solid #CDBFB2;
  background: transparent;
}

div#products select
{
  width: 170px !important;
  border: 1px solid #CDBFB2;
  background: transparent;
}
