.login_table {
  font: 11pt Verdana, sans-serif;
  width: auto;
  border-collapse: collapse;
}
.login_table tbody{
  font: inherit;
}
.login_table tr{
  font: inherit;
}
.login_table .head{
  font: 14pt Verdana, sans-serif;
  text-align: center;
  height: 18px;
  padding: 0px;
  text-transform: none;
  color: black;
}
.login_table .row0{
}
.login_table .row1{
}
.login_table td{
  font: inherit;
  width: 50%; 
  padding: 0px 2px 0px 2px;
}
.login_table .cell_label{
  padding: 0px 2px 0px 2px;
  text-align: left;
}
.login_table .cell_input{
  padding: 0px 2px 0px 2px;
  text-align: left;
}
.login_table .form_label {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  padding-left: 8px;
  color: #000000;
}
.login_table .form_label_err {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #ff0000;
  cursor: help;
}
.login_table .form_input_text {
  font: bold 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  background-color: #eee;
  color: #000000;
}
.login_table .form_input_submit {
  font: 14pt Verdana, sans-serif;
  font-weight: normal; 
  width: 128px;
  color: #000000;
  border: 0px;
  background-color: transparent;
  
}



.logout_table {
  font: 11pt Verdana, sans-serif;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
}
.logout_table tbody{
  font: inherit;
}
.logout_table tr{
  font: inherit;
}
.logout_table .head{
  font: 14pt Verdana, sans-serif;
  text-align: center;
  height: 18px;
  padding: 0px;
  text-transform: none;
  color: black;
}
.logout_table .row0{
}
.logout_table .row1{
}
.logout_table td{
  font: inherit;
  width: 50%;
  padding: 0px;
}
.logout_table .cell_label{
  padding: 0px 2px 0px 2px;
  text-align: left;
}
.logout_table .cell_input{
  padding: 0px;
  text-align: center;
}
.logout_table .form_label {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal;
  width: 100%;
  padding-left: 8px;
  color: #000000;
}
.logout_table .form_input_submit {
  font: 11pt Trebuchet MS, sans-serif;
  font-weight: normal; 
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}


