#wrapper {
    padding: 0 0 20px 0;
}  

#wrapper #sidebar h4 {
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
}

#wrapper #sidebar hr {
    height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    border: 0;
    background: #EEE;
}  

#wrapper #sidebar p {
    margin-bottom: 1.5em;
}

#wrapper #sidebar p a {
    color: #000;
}

#wrapper #sidebar .loginError {
    background: #CD0900;
    padding: 10px 5px 1px 5px;
    margin-bottom: 10px;
    text-align: center;
}

#wrapper #sidebar .loginError h4 {
    font-weight: bold;
    color: #FFF;
}

#wrapper #sidebar .loginError p {
    color: #FFF;
}

#wrapper #sidebar .loginError p a {
    color: #FFF;
}

#wrapper #content.large {
    float: none;
    width: 100%;
}                                                            

/* /// Registration - Confirm Subscription /// */

ul.confirmSubscription {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}           

    ul.confirmSubscription li {
        height: 50px;
        margin-bottom: 15px !important;
        display: block;
        clear: left;
    }
    
        ul.confirmSubscription li img {
            float: left;
        }
        
        ul.confirmSubscription li p {
            margin-left: 70px;
            display: block;
        }
        
        ul.confirmSubscription li > p {
            padding-top: 5px;
        }

a.createAccount {
    width: 178px;
    background: url(/img/buttons/registration/createAccount.png) top left no-repeat;
    margin-left: 70px;
}


/* /// HELP /// */

#content h4 {
}

#sidebar .sideBlob {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    background: url(/img/helpSideBg.png) top left no-repeat;
    padding: 10px;
    position: relative;
}

    #sidebar .sideBlob h2 {
        font-size: 16px;
    }
    
    #sidebar .sideBlob h1 a {
        height: 61px;
        width: 180px;
        display: block;
        font-size: 22px;
        text-decoration: none;
        color: #d9f9c6;
        padding: 10px 0 0 0;
        margin: 10px 0 0 0;
        background: url(/img/helpButtonGreen.png) top left no-repeat;
    }
    
    #sidebar .sideBlob h1 a:hover {
        color: #FFF;
        background-position: bottom left;
    }

#convinced {
    border-top: 1px solid #CCC;
    padding: 10px 0 0 0;
    text-align: center;
}

    #convinced a {
        width: 380px;
        height: 70px;
        text-indent: -9999em;
        display: block;
        background: url(/img/createAccountNowBig.png) top left no-repeat;
        margin: 10px auto 0 auto;
    }
    
    #convinced a:hover {
        background-position: bottom left;
    }
    
    body.wide #content {
        width: 760px !important;
        margin: 0;
        padding: 0;
    }

        .formError {
            color: red !important;
            background: #FFEEEE !important;
            padding: 2px;
            font-weight: bold;
        }
    
/* Cookiesaregood */

#content .cookiesAreGood hr {
    margin: 10px 0;
    clear: both;
    padding: 0 0 1px 0;
    border: none;
    border-top: 1px solid #8CD85F;
    border-bottom: 1px solid #C7ECB1;
}

#content .cookiesAreGood .browser .left {
    float: left;
    width: 50px;
    display: block;
    text-align: center;
}

#content .cookiesAreGood .browser .right {
    margin-left: 60px;
}

    #content .cookiesAreGood .browser .right h3 {
        padding: 13px 0 8px 0;
    }
    
    #content .cookiesAreGood .browser .right ol {
        font-size: 12px;
        margin-left: 20px;
    }
    
        #content .cookiesAreGood .browser .right ol li {
            margin-bottom: 5px;
        }

a.cookieLogin {
    display: block;
    height: 29px;
    width: 162px;
    text-indent: -9999em;
    background: url(/img/buttons/continueToLogin.png) top left no-repeat;
    margin: 0 auto;
}

.saveButtonBox {
    text-align: center;
    padding: 10px 0;
    border: none;
    border-top: 1px solid #CCC;
    margin: 10px 0;
    display: block;
}

p.note {
    color: #666;
}

/* /// Select Account Type /// */

#selectAccountType {
    background: url(/img/registerTypeBg.jpg) top left no-repeat;
    min-height: 200px;
}

#selectAccountType a.column {
    width: 220px;
    float: left;
    padding: 15px 10px;
}

    #selectAccountType a.column.one {
        padding-left: 20px;
        padding-right: 0px;
    }

    #selectAccountType a.column.one,
    #selectAccountType a.column.two {
        margin-right: 20px;
    }

#selectAccountType a {
    text-decoration: none !important;
}

#selectAccountType .column h3 {
    height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
}    

#selectAccountType .column .desc {
    height: 80px;
    padding: 10px 0;
    color: #FFF;
}

    #selectAccountType .column .desc p {
        font: normal 12px "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
        line-height: 20px;
    }

#selectAccountType .column .button {
    height: 15px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
}

/* /// Registration /// */

/* -- Side Register Tag -- */

.accountType {
    background: #FFFFB8;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #D5D590;
}

    .accountType h4 {
        font-size: 14px !important;
        color: #000 !important;
        border-bottom: 1px solid #D5D590;
        line-height: 20px;
    }
    
    .accountType p {
        margin: 0 !important;
    }

.registrationTag {
    margin: 0 0 10px 0;
}

.registrationTag img.theTag {
    margin-bottom: 5px;
}

    .registrationTag .inner {
        padding: 5px 10px 10px 10px;
    }
    
    .registrationTag.teacher .inner {
        background: url(/img/teacherRegBg.png) bottom left no-repeat;
        color: #206699;
    }
    
    .registrationTag.student .inner {
        background: url(/img/studentRegBg.png) bottom left no-repeat;
        color: #203C09;
    }
    
    .registrationTag.parent .inner {
        background: url(/img/parentRegBg.png) bottom left no-repeat;
        color: #450D54;
    }
    
    .registrationTag .inner p {
        margin: 0 0 5px 0 !important;
    }

.registrationTag .inner a.changeType {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    display: block;
}

    .registrationTag.teacher .inner a.changeType {
        color: #164466;
    }
    
    .registrationTag.student .inner a.changeType {
        color: #203C09;
    }

    .registrationTag.parent .inner a.changeType {
        color: #450D54;
    }

/* /// Teacher Page :: Features /// */

.features {
    margin-top: 20px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
}

.features .feature {
    float: left;
    width: 45%;
    height: 150px;
    margin: 0 5% 10px 0;
}

    .features .feature h5 {
        font: 16px Arial, Helvetica, Sans-serif;
        display: block;
        color: #111;
        padding: 0 0 7px 0;
    }

    .features .feature img.screenshot {
        width: 160;
        height: 120px;
        display: block;
        float: left;
        margin: 0 15px 0 0;
        border: 1px solid #E7F4FD;
    }
    
    .features .feature p {
        font-size: 11px;
        color: #444;
    }

#createAccount {
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
}

    #createAccount h4 {
        color: #444;
        background: url(/img/homepage/sectionHeaderSmall.png) top left no-repeat;
        padding: 15px;
        color: #666;
        font-weight: normal;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    #createAccount a {
        display: block;
        width: 300px;
        height: 50px;
        background: url(/img/registration/largeCreateAccount.png) top left no-repeat;
        text-indent: -9999em;
        margin: 10px auto;
    }
    
    #createAccount a:hover {
        background-position: bottom left;
    }

/* /// Sidebar Toggle /// */

ul.sidebarToggle {
    list-style-type: none;
}

    ul.sidebarToggle li {
        margin-bottom: 5px;
    }
    
    ul.sidebarToggle li a {
        display: block;
        height: 31px;
        line-height: 30px;
        font-weight: bold;
        background: url(/img/base/sidebarToggle.png) top left no-repeat;
        text-decoration: none;
        padding: 0 10px;
        font-size: 14px;
        color: #333;
        text-shadow: 0 1px 0 #FFF;
    }

        ul.sidebarToggle li.active a {
            color: #334e64;
            text-shadow: 0 1px 0 #d5ecff;
            background-position: 0 -31px;
        }
    
        ul.sidebarToggle li a:hover {
            background-position: 0 -62px;
        }
        
        ul.sidebarToggle li.active a:hover {
            background-position: 0 -93px;
        }
