
/**
 * Contact
 */

#contact {

}

#contact .fieldset {
  float: left;
  width: 296px;
  padding-bottom: 8px;
}

#contact .partition {
  float: left;
  width: 18px;
  height: 18px;
}

#contact label {
  display: block;
  height: 16px;
  padding-left: 3px;
  color: #ffdd00;
  line-height: 16px;
}

#contact .field {
  height: 30px;
  padding: 0px;
}

#contact .textarea {
  height: 168px;
}

#contact .field,
#contact .textarea {
  background: #000000;
}

#contact .radio {
  float: left;
}

#contact .field INPUT,
#contact .field SELECT,
#contact .textarea TEXTAREA {
  width: 280px;
  color: #333333;
  margin: 3px;
  border: 1px solid #909090;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#contact .field SELECT {
  width: 330px;
  margin-top: 5px;
}

#contact .textarea TEXTAREA {
  height: 152px;
}

#contact .lock {
  padding-left: 10px;
  background: url('/images/contact/lock.gif') 0px 3px no-repeat;
}

#contact #securitycode {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  border: 1px solid #a5acb2;
}

#contact #captcha {
  width: 195px;
}

#contact #submit {
  float: right;
}

#contact #error {
  display: none;
  float: left;
  padding-left: 26px;
  background: url('/images/contact/alert.gif') left center no-repeat;
  color: #ffdd00;
  font-weight: bold;
  line-height: 28px;
}
