﻿#loginBox { 
    width:350px;
    margin: 10% auto;  
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 4px 18px #C8C8C8;
    font-weight: normal;
    padding: 16px 16px 16px;
    font-size: 80%;
    font-family: Arial;
}

.contentStripSml #loginBox { width: 80%; }
.contentStripSml .logocell { display:none; }

#loginBox fieldset {
    border: 0;
}
 
#loginBox table {
    width: 100%;
}
 
#loginBox table tr {
    margin-bottom: 1em;
} 
 
#loginBox label {
    float:left;

}

#loginBox input {
    margin-right: 6px;
    margin-top: 2px;
    width: 97.5%;
}

#EmailAddress, #Username,#Password, #ReminderEmail,#OldPassword, #NewPassword1, #NewPassword2 {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 120%;
    margin-bottom: 0.2em;
    padding: 3px;
}
