#page {
  background: url(../img/backgrounds/bg-main-one.jpg) no-repeat scroll top center;
}
.tooltip {
  background: transparent url(../img/backgrounds/bg-home-callout-trans.gif) no-repeat scroll 0 0;
}

.webform-client-form 
.form-item textarea.error {
    background: url(../img/icons/icon-warning.gif) no-repeat 190px 0;
  }
  
#long .webform-client-form 
.form-item textarea.error {
    background: url(../img/icons/icon-warning.gif) no-repeat 420px 0;
  }
  
#webform .form-item select.error {
   background: url(../img/icons/icon-warning.gif) no-repeat 185px 1px;
    }


#webform-client-form-4103 #edit-upload-attachment-wrapper label { 
  background: url(../img/backgrounds/bg-star-required.gif) no-repeat 48px 0;
   }
