#loginbox {
    position: fixed;
    width: 400px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    z-index: 9999;
    background: #2B5CB2 url(logo.png) center 30px no-repeat;
    box-shadow: rgba(0,0,0,0.7) 0px 0px 10px;
    color: #FFF;
    display: none;
}

#loginbox_close .loginbox_button {
    background: none;
    border: none;
    color: #FFF;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
}

#loginbox_submit input {
    font-family: "proxima-nova-alt-condensed";
    font-size: 25px;
    text-transform: uppercase;
    background: none;
    border: none;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
}

#loginbox legend, #loginbox_username label, #loginbox_password label {
    display: none;
}

#loginbox_username input {
    color: #000 !important;
    position: absolute;
    font-family: "proxima-nova-alt-condensed";
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    width: 330px;
    padding: 0 10px;
    vertical-align: middle;
    border: none;
    outline: none;
    left: 25px;
    top: 110px;
}

#loginbox_password input {
    color: #000 !important;
    position: absolute;
    font-family: "proxima-nova-alt-condensed";
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    width: 330px;
    padding: 0 10px;
    vertical-align: middle;
    border: none;
    outline: none;
    left: 25px;
    top: 160px;
}

#loginbox_rememberme {
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: 210px;
}

#loginbox_rememberme input {
    /*width: 150px;*/
    /*height: 150px;*/
}