
/**
 * Forms
 */

#contact {
  width: 286px;
}

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

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

#contact .field,
#contact .textarea {
  background: #ccecfa;
  background: #f3f2ea;
}

#contact .radio {
  float: left;
}

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

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

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

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

#contact #captcha {
  width: 185px;
}

#contact #error {
  display: none;
  margin: 16px 0px;
  padding-left: 26px;
  background: url('../images/alert.gif') left center no-repeat;
  color: #cc3300;
  font-weight: bold;
}

#contact #submit {
  text-align: right;
  padding: 16px 0px;
}

