/* This should be moved into an external stylesheet,
   however, Global Corporate doesn't seem to share any stylesheets
   with Academic and Learning
 */

label.error { display: none !important; }
.password-meter {
    float: right;
    color:#fff;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 180px;
}
.password-meter-message {
    text-align: right;
    font-weight: bold;
    color: #FF0000;
}
.password-meter-bg, .password-meter-bar {
    height: 4px;
}
.password-meter-bg {
    top: 8px;
    background: #e0e0e0;
}

.password-meter-message-very-weak {
    color: #aa0033;
}
.password-meter-message-weak {
    color: #f5ac00;
}
.password-meter-message-good {
    color: #6699cc;
}
.password-meter-message-strong {
    color: #008000 !important;
}

.password-meter-bg .password-meter-very-weak {
    background: #aa0033;
    width: 30px;
}
.password-meter-bg .password-meter-weak {
    background: #f5ac00;
    width: 60px;
}
.password-meter-bg .password-meter-good {
    background: #6699cc;
    width: 135px;
}
.password-meter-bg .password-meter-strong {
    background: #008000;
    width: 180px;
}
/* Register form fixes */
form#register img.has-tip {
    float: right;
}

form#register .formBottomDivider {
    margin: 0;
    padding: 0;
}

input#register {
    display: block;
    margin-bottom: 10px;
}
.formError {
    z-index: 9;
}

.alert-box a {
    color: #fff;
    text-decoration: underline;
}



.promoBox{
    background-color: #e9f1f7;
    padding: 25px 20px 60px 20px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}


.promoBox h3{
    font-size: 2.1em;
    color: #2b7ab5;
    margin: 0 0 20px 0;
    line-height: 120%;
}


.promoBox ul{
    float: left;

    line-height: 1;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-position: outside;

    list-style-type: none;

    font-family: "Helvetica Neue", Helvetia, Arial, Helvetica, sans-serif !important;
}


.promoBox ul li{
    padding: 0 0 12px 20px;
    background: url("/packages/cambridge_themes/images/academic/academic-sprite.png") -988px -623px no-repeat;
    /*font-size: 1.3em;*/
    font-size: 13px;
    font-weight: bold;
    color: #1f1f1e;
}

.noPaddingLeft {
    padding: 0 10px 0 0;
}


.radioButtonLabel {
    font-weight: normal !important;
}

.radioButton {
    float: left;
    margin-left: 1%;
    margin-right: 5px;
}
