#login {
}

#content {
    padding-top: 4px;
}

#login-form {
    display: inline;
    float: left;
    width: 500px;
}

#login .formbox {
    min-height: 330px;
}

#login .access {
    margin: 8px 0;
    padding: 8px;
    background: #fe9;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    font-weight: bold;
}

#login-promo {
    display: inline;
    float: right;
    width: 400px;
    padding-top: 8px;
}

#login-promo h3 {
    color: #369;
}

#login-promo h3 a {
    display: block;
    color: #369;
}

#login-subscribe {
    display: block;
    background: url(/images/login-subscribe-bg.png) center left no-repeat;
    width: 264px;
    height: 22px;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #16171a;
}

#login-subscribe span {
    display: block;
    padding: 2px 0 0 0;
}

