
/**
 * Contact
 */

#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#contact fieldset fieldset {
  float: left;
  width: 280px;
  border: none;
  margin-right: 10px;
  padding: 0;
}

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

#contact fieldset fieldset label.lock {
  padding-left: 13px;
  background: url('/images/contact/lock.gif') 3px center no-repeat;
}

#contact .field {
  height: 30px;
}

#contact .textarea {
  height: 168px;
}

#contact .field,
#contact .textarea {
  background: #f8f8f8;
  padding: 0;
}

#contact input,
#contact textarea {
  width: 264px;
  color: #666;
  margin: 3px;
  border: 1px solid #666;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#contact textarea {
  height: 152px;
}

#contact input.selected,
#contact textarea.selected {
  border: 1px solid #57452f;
  color: #57452f;
}

#contact input.invalid,
#contact textarea.invalid {
  border: 1px solid #cc0000;
}

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

#contact #captcha {
  width: 179px;
}

#contact #submit {
  line-height: 28px;
  margin: 15px 0;
  padding-left: 3px;
  padding-right: 13px;
  text-align: right;
}

#contact #submit #notice {
  float: left;
  border: none;
  padding: 0;
}

#contact #submit #error {
  display: none;
  float: left;
  border: none;
  background: #fff;
  color: #cc0000;
  font-weight: bold;
  padding: 0;
}

#contact #submit input.submit {
  float: right;
  width: 116px;
  height: 28px;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  padding-right: 48px;
}
