/*

Contact

*/

#contact #wrap {
  background: #fff none;
}
#contact #content_wrap {
  float: none;
  width: auto;
}
#contact #sidebar {
  display: none;
}
#contact #content h2 {
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
}
#contact form {
  margin: 1em 0;
}
#contact form fieldset {
  padding: 2em 2em 1em 2em;
  margin: 1em 0 2em 0;
  background: #e4eefa;
}
#contact form legend {
  color: #bd2137;
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid #000;
}
#contact dl {
  margin-top: 1em;
}
#contact dt {
  font-weight: bold;
}
#contact dd {
  margin: 0 0 1.5em 0;
}
#contact form dd {
  margin: 0.5em 0 1.5em 0;
}
#contact dt label span {
  color: #e60;
}
#contact input#captcha {
  padding: 2px 0;
  background: #fc9;
}
#contact #user_title, #contact #user_name, #contact #user_oname, #contact #user_email, #contact #user_phone, #contact #user_comments, #contact #captcha {
  width: 98%;
  background: #fff;
}
