

#apply-form {
}

#apply-form .fieldset {
  float: left;
  width: 301px;
}

#apply-form .partition {
  float: left;
  width: 18px;
}

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

#apply-form label.plain {
    display: inline;
    font-weight: normal;
}

#apply-form .field {
  height: 30px;
  padding: 0px;
}

#apply-form .textarea {
  height: 183px;
}

#apply-form .field,
#apply-form .textarea {
  background: #f3f2ea;
}

#apply-form .radio {
  float: left;
}

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

#apply-form .field SELECT {
  width: 295px;
}

#apply-form .check-list {
    height: auto;
}

#apply-form .check-list label {
    display: inline;
    float: left;
    width: 140px;
}

#apply-form .check-list label input {
    display: inline;
    width: auto;
}

#apply-form .textarea TEXTAREA {
  height: 117px;
}

#apply-form .field .checkbox {
    width: auto;
    display: inline;
}

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

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

#apply-form #captcha {
  width: 200px;
}

#apply-form #submit {
  clear: both;
  line-height: 32px;
}

#error-list {
    display: none;
  float: left;
  padding-left: 30px;
  background: url('../images/alert.gif') left center no-repeat;
  color: #cc3300;
  font-weight: bold;
}

#error-list ul, #error-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2em;
}


/**
 * Enroll / Contact Form
 */


#apply-form {
  color: #868686;
}

#apply-form LABEL {
  font-weight: bold;
}

#apply-form LABEL SPAN {
  font-weight: normal;
}

#apply-form .field {
  margin-bottom: 4px;
}

#apply-form .textarea {
  height: 118px;
  margin-bottom: 12px;
}

#apply-form .textarea TEXTAREA {
  width: 624px;
  height: 102px;
}



