form { margin: 0 auto; }

input[type='text'], 
input[type='password'],
textarea,
#account_address_container input { 
  border: 1px solid #9c9ca0; 
  padding: 4px; color: #545454; 
}

input[type='text']:hover, 
input[type='password']:hover,
textarea:hover,
input[type='text']:focus, 
input[type='password']:focus,
textarea:hover,
textarea:focus { 
  border-color: #545454; 
  color: #000; 
}

fieldset {
  border: 1px solid #DDD;
  margin: 0.75em 0;
  padding: 0.3em;
}

form span.required { 
  font-size: 90%;
  color: #C00;
}

form .errors, 
form .error { color: red; }

form label.error { margin: 0 0.5em; z-index: 99; position: absolute; background-color: red; border-radius: 4px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;}

form .formlabel {
  display: block;
  float: left;
  padding-right: 0.5em;
  text-align: right;
  width: 140px;
  
}

form .formlabel-wide {
  display: block;
  float: left;
  padding-right: 0.5em;
  text-align: right;
  width: 130px;
}

#login_nav_container form { margin : 1px 0 0 0; }
#login_nav_container p.errors {
  position: absolute;
  left: 0.7em;
  bottom: 0.5em;
  display: block;
  background-color: #C00;
  border: 1px solid #9c9ca0;
  font-size: 70%;
  color: #FFF;
  padding: 0 0.5em;
}

#account_address_container {  }
#account_address_container input { margin: 0.2em 0; }

#myinfo input[type='text'] { margin: 0.3em 0; }
#prog1 fieldset input[type='text'] { margin: 0.2em 0; }

#terms_and_conditions {
  height: 300px;
  margin: 0.75em 0;
  overflow: auto;
  font-size: 70%;
  line-height: 1.5em;
  padding: 0.75em;
  border: 1px solid #9c9ca0;
}
#terms_yes { margin-left: 0.5em; }

#forgotmodal p { margin-top: 4px; }
#forgotmodal input[type='text'] { width: 99%; }
#forgotmodal .submit_button { font-size: 75%; }
#closemodal { background-color; }
#closemodal:hover { background-color: #D00; }

