/*
 * Contact Us Styles
 */


#subpage #contact-us-form {
  padding: 20px 0 0 83px;
}

#contact-us-form div.form-element {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: none;
  width: 420px;
}

#contact-us-form div.form-element label {
  color: #ffffff;
  float: left;
  text-align: right;
  line-height: 32px;
  padding-right: 21px;
  width: 98px;

}

#contact-us-form div.input-ctr {
  background: url(/img/input-div-bg.png);
  padding-top: 11px;
  height: 49px;
}

#contact-us-form div.input-ctr input {
  line-height: 28px;
  background: url(/img/input-bg.gif);
  border: none;
  padding: 2px 5px 2px 5px;
  width: 272px;
  height: 28px;
}

#contact-us-form div.textarea-ctr {
  background: url(/img/textarea-div-bg.png);
  padding-top: 11px;
  height: 233px;

}

#contact-us-form div.textarea-ctr textarea {
  overflow: auto;
  background: url(/img/textarea-bg.gif);
  border: 0;
  padding: 5px;
  margin: 0;
  width: 272px;
  height: 203px;
}


#contact-us-form div.submit {
  display: inline-block;
}

#contact-us-form div.submit {
  overflow: hidden;  
  display: block;  
  padding-left: 134px;
}
