#signup_form_contents{
    float: left;
    clear: left;
    width: 810px;
}
#account_info{
    border: 1px solid black;
    height: 65px;
    padding: 5px;
    width: 100%;
}
#logon_info label {
  width: 85px;
}

#account_info input {
  width: 245px;
}

#logon_info{
   float: left;
   width: 355px;
   margin-left: 35px;
}
#logon_control_buttons{
    float: left;
    clear: left;
    width: 200px;
    margin-top: 20px;
    margin-left: 130px;
}

#logon_control_buttons input{
    margin-top: 0px;
    margin-left: 0px;
}

#logon_screen_text{
    margin: 10px;
}

#logon_screen_text span{
    width: auto;
}

#logon_screen_text H1{
    float: left;
    margin-bottom: 10px;
    font-size: 15pt;
}

#logon_form{
    width: 700px;
    float: left;
    clear: left;
    border: 1px black;
    margin-left: 10px;
    margin-top: 20px;
}

#logon_form label{
    width: 90px;
}
#logon_form input{
    width: auto;
}

#password_info{
   float: left;
   width: 415px;
   margin-left: 0px;
}
#password_info label {
  width: 155px;
}
#user_info_header {
    float: left;
    clear: left;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
}
#user_table{
  float: left;
  clear: left;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  margin-bottom: 4px;
  width: 804px;
}
#user_login_column_header{
    width: 200px;
    text-align: center;
}
#user_email_column_header{
    width: 400px;
    text-align: center;
}
#user_login_data_column{
    width: 200px;
    text-align: center;
}
#user_email_data_column{
    width: 400px;
    text-align: center;
}
#user_table .data_row_even{
  background-color:#CCCC77;
clear:left;
float:left;
margin-bottom:2px;
margin-top:2px;
width:800px;
}
#user_table .data_row_odd{
  background-color:#BBBB88;
clear:left;
float:left;
margin-bottom:2px;
margin-top:2px;
width:800px;
}

#user_table .header_row { 
background-color:#999988;
clear:left;
float:left;
margin-bottom:2px;
margin-top:2px;
width:800px;
}


#sign_up_button{
    width: auto;
    float: left;
    clear: left;
}

