/* css/form.css for Natural Cleaners
   layout for form pages */

@import url(form_validation.css);

h1 {
  margin-left: 10px;
  }
  
/** page topic area **/
#page-topic {
  background: url(../img/bg/form_pagetopic.png) 0 0 no-repeat;
  float: none;
  margin: 0;
  min-height: 500px;
  padding: 55px 129px 20px 168px;
  width: 465px;
  \width: 762px;
  w\idth: 465px;
  }
#after-pagetopic {
  background: url(../img/bg/form_pagetopic_bottom.png) bottom left no-repeat;
  height: 10px;
  }
  
/** form area **/
form {
  background: url(../img/bg/form.png) 0 0 repeat-x;
  margin: 1em 0 0 0;
  padding: 25px 30px;
  }
#after-form {
  background: url(../img/bg/form_bottom.png) bottom left no-repeat;
  height: 12px;
  }
  
/** medium-scale layout **/
fieldset.related-fields {
  clear: both;
  margin: 0 0 0 158px;
  padding: 1em 0 0 0;
  width: 135px;
  }
fieldset.related-fields li {
  padding-left: 0;
  }
fieldset.related-fields label {
  width: 75px;
  }

/** field-specific **/
#field-phone {
  background: url(../img/bg/required_field.png) 0 5px no-repeat;
  }
