/********** FORMS **************/

label.reqd {   /* for required fields */
  font-weight:bold;
}
label.left {
  width: 120px;
  display: block;
  float: left;
  text-align: right;
  clear: left;
  padding-right: 10px;
}
.sysmsg {
  color: #cb3212;
  margin-bottom:10px;
  padding: 3px;
}
form .indent {
  margin-left: 130px;
}
form p {
  margin: 0;
  padding: 0 0 5px 0;
}
input {
  margin: 0.5em 0;
  background:#fff url(/images/text_bg_up.gif) repeat-x 0 bottom;
  height:20px;
  border:2px solid #a7957f;
  padding: 1px 3px;
  color: #756a5b;
  font-size: 15px;
}
input:focus {
  background:#fff url(/images/text_bg.gif) repeat-x 0 bottom;
  border:2px solid #005da4;
  color: #005da4;
}
textarea {
  margin: 0.5em 0;
  background:#fff url(/images/text_bg_up.gif) repeat-x 0 bottom;
  border:2px solid #a7957f;
  padding: 1px 3px;
  font-size: 15px;
  width: 420px;
  color: #756a5b;
}
textarea:focus {
  background:#fff url(/images/text_bg.gif) repeat-x 0 bottom;
  border:2px solid #005da4;
}
#dy_node_submit {           /* for automatically generated forms that submit to database */
  margin-left: 130px;
}
.wv-validation-error {      /* for error messages display on failed form submissions */
  border: 2px solid #F00;
}
p#email2 {                  /* be sure to include this rule if you are using our forms */
  display: none;            /* it keeps normal users from seeing the spambot honeypot  */
}

/******* CONTACT FORM *********/

#contact_form #submit_button {
  display: block;
  width: 110px;
  height: 21px;
  margin: 0px 0 10px 130px;
  background: url(/images/button-submit.gif) no-repeat 0 0;
  padding: 13px 0 0 0 !important;
  border: none !important;
  line-height: 45px;
  color: #fff;
  text-align: center !important;
  outline: none;
}
#contact_form #submit_button:hover {
  background: url(/images/button-submit.gif) no-repeat 0 -34px;
  color: #0250a2;
}
#contact_intro {
    border-bottom: 1px solid #756a5b;
    margin-bottom: 15px;
}
#contact_form label {
  width: 120px;
  display: block;
  float: left;
  text-align: right;
  clear: left;
  padding-right: 10px;
  padding-top: 6px;
}
/********** LOGIN **************/
input#login_button {
  display: block;
  width: 110px;
  height: 34px;
  margin: 0px 0 10px 130px;
  background: url(/images/button-submit.gif) no-repeat 0 0;
  padding: 0 !important;
  border: none !important;
  line-height: 28px;
  color: #fff;
  text-align: center;
  outline: none;
}
input#login_button:hover {
  background:  url(/images/button-submit.gif) no-repeat 0 -34px;
  color: #0250a2;
}

/******* MAKEUP CHARTER FORM *********/

#makeup_charter_form #dy_node_submit {
  display: block;
  width: 110px;
  height: 34px;
  margin: 0px 0 10px 130px;
  background: url(/images/button-submit.gif) no-repeat 0 0;
  padding: 0 0 0 0 !important;
  border: none !important;
  line-height: 30px;
  color: #fff;
  text-align: center;
  outline: none;
  vertical-align: middle;
}
#makeup_charter_form #dy_node_submit:hover {
  background:  url(/images/button-submit.gif) no-repeat 0 -34px;
  color: #0250a2;
}
#makeup_charter_intro  {
    border-bottom: 1px solid #756a5b;
    margin-bottom: 15px;
}
#makeup_charter_form label {
  width: 150px;
  display: block;
  float: left;
  text-align:  right;
  clear: left;
  padding-right: 10px;
  padding-top:  10px;
  line-height: 14px;
}

