/* FORMS */
#login_modal label {
    float: left;
    margin-right: 10px;
    font-size: 11px;
}
#login_modal input[type='text'],
#login_modal input[type='password']
{
    float: left;
    line-height: 30px;
    padding: 4px 16px;
    width: 206px;
    height: 20px;
}
#login_modal input[type='text']:focus,
#login_modal input[type='password']:focus
{
    border: 1px solid #dddddd !important;
}
#login label, #forgot_pw label {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
#login input[type='text'],
#login input[type='password'],
#forgot_pw input[type='text'],
#forgot_pw input[type='password'],
#change_pw input[type='text'],
#change_pw input[type='password']
{
    margin: 0 auto;
    float: none;
}
.signup_input label {
    text-align: right !important;
    line-height: 33px;
}
.signup_input input[type='text'],
.signup_input input[type='password']
{
    width: 130px !important;
    float: right !important;
}
.newsletter label {
    width: 235px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
#login_modal input.error {
    border: 1px solid red;
    color: #000000 !important;
}
#login_errors, #reg_errors {
    margin: 10px 0;
    color: #ff0000;
}
.login_password {
    margin-top: 10px;
}
#capcha {
    margin-top: 10px;
}

/* CONTAINERS */
#login_modal .hide {
    display: none;
}
#login_modal .modal_header {
    background: #f3f2f1;
    border-bottom: 1px solid #FFF;
    border-radius: 5px 5px 0 0;
    padding: 10px 30px;
    color: #5e676b;
}
#login_modal .modal_content {
    background: white;
    padding: 20px 30px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    color: #5e676b;
    text-align: center;
    font-size: 11px;
}
#login_modal .modal_footer {
    background: #f3f2f1;
    border-top: 1px solid #FFF;
    border-radius: 0 0 5px 5px;
    padding: 10px 30px;
    color: #5e676b;
    text-align: center;
    font-size: 11px;
}
#login_modal .or {
    width: 171px;
    height: 1px;
    line-height: 1px;
    display: block;
    background: url('login_modal_sprite.png');
    background-position: -5px -0px;
    margin: 20px auto;
    text-align: center;
}
.modal_link {
    font-size: 12px;
}
#signup_email {
    font-size: 11px;
}

/* BUTTONS */
.facebook_login {
    font-size: 14px;
    display: block;
    background: #3B5998;
    color: white;
    width: 264px;
    margin: 0 auto 10px auto;
    font-weight: bold;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.facebook_login:hover, .facebook_login:focus, .facebook_login:active {
    color: white;
    text-decoration: none;
    background: #4569B3;
}
.facebook_login .f_logo {
    width: 23px;
    height: 42px;
    display: block;
    background: url('login_modal_sprite.png');
    background-position: -0px -16px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.google_login {
    font-size: 14px;
    display: block;
    background: #2d2d2d;
    color: white;
    width: 264px;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.google_login:hover, .google_login:focus, .google_login:active {
    color: white;
    text-decoration: none;
    background: #474747;
}
.google_login .g_logo {
    width: 27px;
    height: 42px;
    display: block;
    background: url('login_modal_sprite.png');
    background-position: -30px -16px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.login_button {
    font-size: 14px;
    display: block;
    width: 262px;
    height: 37px;
    line-height: 37px;
    margin: 20px auto 10px auto;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;

    border-color: #a0a0a0 !important;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;

    background-color: #E2231A;
}
.login_button:hover, .login_button:focus, .login_button:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #999999;
}