div#user_agreement{
    overflow:auto;
    height:200px;
    width:500px;
    border:1px solid #BBBBBB;
    background-color:white;
}
div#reg_checkbox{
    padding-top:10px;
    float:left;
}
div#reg_submit_button{
    float:left;
    padding-top:10px;
}  
div#left_pane_user_agreement{
    width:160px;
    height:200px;
    float:left;
    margin-top:10px;
}
div#right_pane_user_agreement{
    float:left;
    margin-top:10px;
}
div.vertical_space{
    height:10px;
}
span#checkbox_label{
   vertical-align:top;
   margin-left:5px;
}    
div#notice{
     float:left;
     margin-top:10px;
}
div#msg_loginlink_sent{
   margin-top:10px;
   margin-bottom:20px;
   font-weight:bold;
}
div#loginlink_was_sent_succussfully{
   margin-top:30px;
   width:100%;
   text-align:center;
}
div#label_special{
    width:40px;
    margin-top:4px;
    border:1px solid #000000;
    float:right;
}
span.label{
   border:1px solid #CC0000;
}
div.input_container{
    width:50%;
}
div#upper_input{
    float:right;
}
input#input_text{
    width:250px;
}
div#back_button{
   float:right;
   padding-right:5px; 
}
div#msg_email_already_inuse{
    float:left;
    font-weight:bold;
}
div#upper_box{
    width:100%;
    height:70px;
}
