#loginHeader {
    margin-top: 50px;
    margin-bottom: 20px;
}
h1, h2 {
    text-align: center;
}
#loginBody {
    background: url("https://static.classora.com/files/images/login_bg.png") top left repeat-x;
}
#loginCenteredBody {
    background-color: #efefef;
    color: #555555;
    width: 768px;
    padding: 15px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0 15px #aaaaaa;
    -webkit-box-shadow: 0px 0 15px #aaaaaa;
    box-shadow: 0px 0 15px #aaaaaa;
}
#joinInfo {
    font-size: 0.9em;
}
#joinInfo ul {
    margin: 10px 10px 25px 10px;
    list-style-type: disc;
}
#joinInfo li {
    margin-left: 15px;
    margin-bottom: 5px;
}
#loginError {
    color: red;
    font-size: 0.8em;
    margin-bottom: 0.8em;
    text-align: center;
}
#cantAccess {
    text-align: center;
}
#loginFormSection {
    width: 364px;
    float: left;
    padding: 10px;
}
#loginAlternativesSection {
    width: 363px;
    float: right;
    padding: 10px;
    border-left: 1px dotted #666666;
    text-align: center;
}
div.twoColumnsInput {
    overflow: hidden;
}
div.twoColumnsInput label {
    width: 30%;
    float: left;
}
div.twoColumnsInput input {
    width: 65%;
    float: right;
}
div.oneColumnInput {
    padding-left: 35%;
    clear: both;
    font-size: 0.9em;
    margin-bottom: 10px;
}
#loginAlternativesSection span {
    display: block;
    margin-bottom: 10px;
}
#fbLink {
    background: url("https://static.classora.com/files/images/fb_connect_button.png") no-repeat scroll left center #5F78AB;
    height: 22px;
    color: white;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 5px;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
#loginFooter {
    margin: 0 auto;
    width: 770px;
    padding: 15px;
    font-size: 0.9em;
}
#loginFooter ul {
    overflow: hidden;
    margin: 10px;
    font-size: 0.9em;
}
#loginFooter li {
    float: left;
    padding: 5px 5px 5px 40px;
    margin-left: 5px;
    overflow: hidden;
}
#loginFooter li a {
    display: block;
}
#loginFooter li img {
    float: left;
    margin-left: -36px;
}
#loginFooter li span {
    display: block;
    margin-bottom: 5px;
}
#copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 0.8em;
    font-weight: bold;
}
#UserForm {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
#UserForm p {
    clear: both;
    margin: 10px 0;
}
.registrationLabel {
    display: block;
    width: 30%;
    float: left;
    clear: both;
    text-align: right;
    margin-bottom: 10px;
}
.registrationField {
    display: block;
    width: 65%;
    float: right;
    text-align: left;
    margin-bottom: 10px;
}
.registrationTextField {
    width: 40%;
}
#termsNotice {
    font-size: 0.8em;
}
.fieldError {
    font-size: 0.8em;
    color: red;
    margin-left: 8px;
    white-space: nowrap;
}
#loginAvailability {
    font-size: 0.9em;
    font-style: italic;
    margin-left: 8px;
}
.available {
    color: green;
}
.notAvailable {
    color: red;
}
#captcha {
    vertical-align: top;
    margin-left: 8px;
}
#successfulRegistrationMessages {
    margin: 30px auto;
    width: 60%;
}
#successfulRegistrationMessages p {
    margin-bottom: 10px;
}
#continueBrowsing {
    display: block;
    text-align: center;
}
.registrationButtons {
	clear: both;
	margin: 10px 0;
        text-align: center;
}

#registrationForm {
    margin: 10px 0;
}

#registrationForm p {
    margin: 10px 0;
}