<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {
    list-style-type: disc;
    list-style-position: inside;
}

li {
    padding-left: 10px;
}

#header {
    min-width: 1000px;
}

#header #nav, #header .status, #header .btn_messages{
    display:none;
}

#content{
    height:500px;

}

#centerIFRM {
    height: 350px;
    width: 280px;
    margin: 0;
    overflow: hidden;
    border: none;
}

.title_bar {
    background-color:#999999;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:6px;
}

.message_board{
    position:relative;
    top:30px;
    left:10px;
    width:280px;
    height:400px;
    background:#f6f6f6;
    text-align:center;
    padding: 0 10px;

}

.message_board h2{
    color:#4a4e73;
    margin:5px auto;
    display:block;
    height:36px;
    line-height:36px;
    text-align:center;
    font-size:16px;
}

.users_login .message_board span.info{
    position:absolute;
    bottom:5px;
    left:50px;
    width:200px;
    height:30px;
    font-size:11px;
    color:#999;
    text-align:center;
}

.users_login #content{
    /*padding-top:5px;*/
    margin:0 auto;
}


.users_login .login_form{
    width:390px;
    height:250px;
    position:relative;
    left:310px;
    top:70px;
    position:absolute;
    font-size:16px;
}

.users_login .login_form form{
    position:relative;
    padding-top:40px;
}

.users_login .login_form form div{
    position:relative;
    height:50px;
    width:100%;
    text-align: center;
    vertical-align: middle;
}

.users_login .login_form form div.input label{
    display:block;
    float:left;
    width:100px;
    text-align:right;
    height:30px;
    line-height:30px;
    padding-right:10px;
    color:#575757;
    font-size:16px;
}

.users_login .login_form form div.input input{
    display:block;
    float:left;
    width:200px;
    height:24px;
    border:3px solid #ccc;
    line-height:24px;
    color:#575757;
    padding-left:5px;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    color:#292c3b;
    font-size:14px;
}

.users_login .login_form form span{
    font-size:13px;
    text-align:center;
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    color:#999;
}

.users_login .login_form form div.submit {
    height: auto;
    margin: 20px 0 0 0;
}

.users_login .login_form form div.submit_old {
    height: auto;
    margin: 0;
}

.users_login .login_form form div.submit input{
    font-size:14px;
    color:#4A4E73;
}

.users_login .login_form form .whatsnew{
    position:relative;
    left:70px;
    width:250px;
    height:175px;
}

.users_login .login_form form .whatsnew .w_bg{
    position:absolute;
    top:0;
    left:125px;
    width:1px;
    height:20px;
    border-left:1px solid #CCC;
}

.users_login .login_form form .whatsnew .w_cnt{
    position:absolute;
    top:15px;
    left:0px;
    width:250px;
    height:125px;
    border:1px solid #CCC;
    background:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 10px 0;
}

.users_login .login_form form .whatsnew .w_cnt h4{
    color:#113e81;
    font-size: 14px;
    font-weight:bold;
    padding-left: 10px;
}
.users_login .login_form form .whatsnew .w_cnt li{
    color:#a57d89;
    font-size: 12px;
    list-style-type: none;
}

.users_login .promotion{
    position:absolute;
    width:260px;
    height:410px;
    background:#EEE;
    left:700px;
    top:70px;
    padding:10px 15px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
}

.users_login .promotion h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    line-height:30px;
    font-weight:normal;
    margin-bottom:5px;
    color:#FFF;
}

.users_login .promotion h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:25px;
    font-weight:bold;
    margin-bottom:5px;
    color:#666;
}

.users_login .promotion p{
    margin-bottom:0.8em;
    font-size:12px;
    line-height:1.5em;
    font-family:Arial, Helvetica, sans-serif;
}

.users_login .promotion a.video{
    background: url("../img/info-video.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    left: 130px;
    overflow: hidden;
    position: absolute;
    top: 290px;
    width: 30px;
}


.users_login .promotion .comesoon{
    position:absolute;
    bottom:25px;
    height:50px;
    line-height:25px;
    font-family:Arial, Helvetica, sans-serif;
    color:#113e81;

}



.users_login #footer{
    width:100%;

}
#resetPasswordWrapper {
    position: absolute;
    top: 20px;
    display: block;
}
#resetPasswordWrapper a {
    color: #575757;
    font-size: 12px;
    text-decoration: underline;
}
.extra_check_form {
    padding: 20px;
    font-size: 14px;
}
.extra_check_form h1 {
    margin-bottom: 15px;
}
.extra_check_form p {
    font-size: 16px;
    font-style: italic;
    color: #484848;
    margin-bottom: 10px;
}
.extra_check_form p.error {
    color: #FF0000;
}
.extra_check_form div.row {
    margin-bottom: 10px;
}
.extra_check_form label {
    float: left;
    width: 110px;
}
.extra_check_form a.return {
    margin-left: 370px;
    color: #575757;
}

#modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('http://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #modal {
    display: block;
}</pre></body></html>