/* form.css */

form.siteform {
  margin: 0;
  padding: 0;
  min-width: 560px;
  max-width: 650px;
  width: 590px;
}

form input, form select, form textarea {
font-family: "Trebuchet MS", sans-serif;font-size: 11px;color: #000000;
}

form.siteform fieldset {
  clear: both;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form.siteform fieldset legend {
  margin: 0 0 0 0;
  padding: 0 5px;
}

form.siteform label {
    font-family: "Trebuchet MS", sans-serif;font-size: 11px;color: #666666;
}

#content form.siteform div p {
    font-family: "Trebuchet MS", sans-serif; font-size: 12px; color: #666666; padding: 0 5px; font-weight:bold;
}

form.siteform label u {
  font-style: normal;
  text-decoration: underline;
}

form.siteforminput, form.siteformselect, form.siteformtextarea {
    
}

form.siteform textarea {
  overflow: auto;
}

form.siteform div {
  clear: left;
  display: block;
  width: 450px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form.siteform  fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
}

form.siteform  fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  
}

form.siteform  fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form.siteform  fieldset div.notes p.last {
  margin: 0em;
}

form.siteform div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form.siteform div fieldset legend {
  padding: 0 3px 0 9px;
}

form.siteform div.required fieldset legend {
  font-weight: bold;
}

form.siteform div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: left;
}

form div.optional label, label.optional {
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  width: 220px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 5px;
  text-align: left;  
  float:left;
  display:block;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 200px;
}

form.siteform div img {
  margin: 10px 0 0 160px;
  border: none;
  cursor:pointer;    
  display:inline;
}     


form.siteform div img.img2 {
  margin: 10px 0 0 10px;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 220px;
  color: #ff0000;
}

form.siteform div select, form.siteform div textarea {
  width: 260px;
  padding: 1px 3px;
  margin: 0 0 0 0;     
}

form.siteform div textarea {
    height:150px;
}

form div input.inputText, form div input.inputPassword {
  width: 260px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 241px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 270px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;   
  float:left;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  height: expression('1%');
}


p.honda-error {
    background-color:#af1d0c;
    
}
