

div#login_obj {
  margin: 0;
  padding: 0px;
  width: 100%;
  text-align: center;
  
  
  /*
  background-color: #eee;
  border: solid 1px #999;
  border-radius: 15px;
  
  box-shadow: 0px 0px 10px #999;*/
}

div#sub_login_obj {
  width: 250px;
  margin: 10px;
  padding: 0;
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;
}


div#login_obj input {
}

div#login_obj label {
  text-align:right;
  font-weight:bold;
  font-style: normal;
}

div.log_field {
  margin-top: 0;
  margin-bottom: 10px;
}


div.forgot_zone input,
div.log_field input {
  padding: 4px;
  box-shadow: inset 0px 0px 3px #fff;
  border : solid 1px #aaa;
  border-radius: 3px;
  margin: 0;
  background-color: #fafafa;
}

div.log_field input:hover {
  background-color: #fdfdfd;
}

div.log_field input:focus {
  background-color: #fff;
}

label.authFormLabel {
  margin-top: 15px;
}

input.authFormInput {
  width: 240px;
}

div.connect {
 /* background-color: #EEEEEE;
  height: 20px;
  padding: 10px;
  z-index: 50;*/
  text-align: right;
}


div.connect input  {
  border: solid 1px #87AA3B;
  padding: 4px;
  background-color: #87AA3B;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  box-shadow: inset 0px 0px 2px #fff;
}

div.connect input:focus,
div.connect input:hover  {
  background-color: #8BB230;
  
}

a.pass_forgot {
  float: left;
  padding: 4px;
  color: #B76E21;
}

div.forgot_zone {
  text-align: justify;
  font-style: italic;
  margin-top: 20px;
  padding: 0;
}

div.authErrorMsg {
  font-weight: bold;
  color: red;
  background: #F4EBA8;
  padding: 5px;
  margin-bottom: 5px;
}