body, html {
    background: #ffffff;
}

body, .f_foot_wp {
    min-width: 1000px;
}

#header {
    border-top: 4px solid #005eaa;
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 10;
}

#header.opacity {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#header .logo {
    height: 55px;
    position: absolute;
    top: 12px;
    left: 26px;
}

#header .functions {
    position: absolute;
    right: 22px;
    top: 24px;
}

#header .functions a {
    margin-left: 43px;
}

#header .functions s {
    font-weight: bold;
}

#header .functions .icon {
    font-size: 20px;
}

#login_bg {
    min-height: 450px;
    overflow: hidden;
}

#login_bg img {
    display: block;
    width: 100%;
}

.f_content_wp {
    position: relative;
}

.f_winlogin {
    position: absolute;
    right: 90px;
    top: 80px;
    width: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.f_winhead {
    background-color: #ffffff;
    font-size: 15px;
    overflow: hidden;
    border-top: 3px solid #85aed4;
    padding: 0 5px;
}

.temp_head {
    background-color: #0c5daa;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.temp_head a, .temp_head s {
    font-size: 12px;
    vertical-align: middle;
}

.temp_head a {
    text-decoration: underline;
    font-weight: bold;
}

.f_winhead .tab_item {
    display: block;
    cursor: pointer;
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    float: left;
    color: #3d3d3d;
    border-radius: 5px 5px 0 0;
    padding: 5px 25px;
}

.hm_nav a:hover, .hm_nav a.current {
    color: #0c5daa;
    border-bottom: 3px solid #0c5daa;
}

.f_winhead .tab_item.active, .f_winhead .tab_item:hover {
    color: #0c5daa;
}

.f_winhead .tab_item.active, .hm_nav a.current {
    font-weight: bold;
}

.f_winglass {
    position: relative;
    padding: 30px 15px;
}

.glass_bg {
    background: #ffffff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: alpha(Opacity=30);
}

.input_content td {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
}

.input_content td input {
    width: 95%;
    background: none;
    border: 0;
    color: #ffffff;
}

.input_content .placeholder {
    color: #ffffff;
}

.input_content ::-webkit-input-placeholder {
    color: #ffffff;
}

.input_content :-moz-placeholder {
    color: #ffffff;
}

.input_content ::-moz-placeholder {
    color: #ffffff;
}

.input_content :-ms-input-placeholder {
    color: #ffffff;
}

.td_label {
    text-align: center;
}

.opc_bg {
    background: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: alpha(Opacity=50);
}

.f_z2 {
    z-index: 2;
    position: relative;
}

.f_winlogin * {
    color: #ffffff;
}

#forgot, #register {
    float: right;
    margin-top: 2px;
}

#register {
    margin-top: 9px;
}

#f_extfn {
    margin: 10px 0 20px 0;
    line-height: 20px;
}

#f_extfn input, #f_extfn label {
    vertical-align: middle;
}

#login_btn {
    border: none;
    color: #0c5daa;
    background-color: #ffffff;
    width: 125px;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 16px;
}

#code_login_field {
    display: none;
}

#send_code {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 8px;
    border: 0;
    background-color: #fff2dd;
    color: #0c5daa;
    border-radius: 5px;
    padding: 3px 5px;
}

.tab_item, .tab_item.active {
    border: 0;
}

.f_foot_wp {
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 10px;
}

.f_foot_wp p {
    font-size: 12px;
    color: #3d3d3d;
}