#content h2#contact_us { 
  background: url(../images/h2_contact_us.png) no-repeat; 
  padding-bottom: 8px;
}

ul#contact_ways { 
  float: left;
  width: 450px;
  padding: 20px 0 0;
}
ul#contact_ways li { 
  float: left; 
  width: 450px;
  padding: 0 0 20px 36px;
}
ul#contact_ways li#phone { background: url(../images/contact_phone.png) no-repeat; }
ul#contact_ways li#address { background: url(../images/contact_address.png) no-repeat; }
ul#contact_ways li#form { background: url(../images/contact_form.png) no-repeat; } 

ul#contact_ways li form {
  float: left;
}

ul#contact_ways li form fieldset {
  float: left;
  width: 198px;
  padding: 0 20px 0 0; 
}

ul#contact_ways li form fieldset input.text {
  float: left;
  width: 186px;
  height: 19px;
  padding: 5px 5px 0;
  border: 1px solid #b5d8d3;
  color: #9f9f9f;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 19px;
  background: #fffef6;
}

ul#contact_ways li form fieldset input.selectbox {
  float: left;
  width: 186px;
  height: 19px;
  padding: 5px 5px 0;
  border: 1px solid #b5d8d3;
  color: #9f9f9f;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 19px;
  background: #fffef6 url(../images/contact_select.png) right top no-repeat;
  cursor: pointer; 
}

#content .selectbox-wrapper {
  float: left;
  position: relative;
  width: 198px;
  height: 1px;
  margin: -1px 0 0;
}
#content .selectbox-wrapper ul {
  position: absolute;
  top: -18px;
  left: 0;
  border: 1px solid #b5d8d3;
  background: #fffef6;
  width: 196px; 
}
#content .selectbox-wrapper ul li {
  float: left;
  width: 191px;
  height: 24px;
  font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
  color: #9f9f9f;
  padding: 0 0 0 5px;
  background: #fffef6; 
  cursor: pointer;
}
#content .selectbox-wrapper ul li.current {
  background: #b5d8d3;
  color: #fffef6;
}

ul#contact_ways li form fieldset textarea {
  float: left;
  width: 186px;
  height: 154px;
  padding: 5px 5px 0;
  border: 1px solid #b5d8d3;
  color: #9f9f9f;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 19px; 
}

ul#contact_ways li form fieldset input.send {
  float: right;
  background: url(../images/contact_send.png) no-repeat;
  border: none;
  width: 65px;
  height: 26px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 50px; 
}

p#mandatory_fields {
  font-size: 11px;
  line-height: 29px;
}