﻿/*
功能：(密码登录方式)经典风格登录页(Password.aspx)样式
*/

body
{
    background-image: url(../images/zh-cn/landing_bg.jpg);
    background-color: transparent;
    overflow: hidden;
}
.div_logo
{
    margin-top: -150px;
    left: 50%;
    margin-left: -400px;
    vertical-align: middle;
    width: 800px;
    position: absolute;
    top: 0px;
    height: 256px;
    text-align: center;
}
.div_logo_pro
{
    background-position: center top;
    margin-top: 0px;
    background-attachment: fixed;
    left: 50%;
    margin-left: -640px;
    vertical-align: top;
    width: 1280px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    height: 100%;
    text-align: center;
}
.div_logo_flash
{
    background-position: center top;
    margin-top: 0px;
    background-attachment: fixed;
    left: 0px;
    margin-left: 0px;
    vertical-align: middle;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    height: 80%;
    text-align: center;
}
.bottom
{
    background-image: url(../images/zh-cn/bottom_bg.gif);
    width: 100%;
    bottom: 0px;
    white-space: nowrap;
    position: absolute;
    height: 119px;
}
.div_login
{
    height: 60px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    text-align: center;
}
.toolBar_r
{
    margin-top: 3px;
    float: right;
    white-space: nowrap;
    padding-top: 6px;
    padding-right: 10px;
}
.toolBar_r a
{
    text-decoration: none;
    color: #000;
}
.toolBar_r a:hover
{
    text-decoration: underline;
    color: #000;
}
.copyright
{
    color: #000;
    height: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 4px;
}
.copyright a
{
    text-decoration: underline;
    color: #000;
}
.tb_txt_pro
{
    font-size: 13px;
    width: 50px;
    height: 23px;
}
.tb_input_pro
{
    width: 190px;
    height: 23px;
}
.tb_input_mini
{
    width: 43px;
    height: 23px;
}
.input_pro
{
    font-size: 13px;
    width: 150px;
    color: #000000;
    height: 22px;
    background-color: #ffffff;
}
.input_mini
{
    font-size: 13px;
    width: 60px;
    color: #000000;
    height: 22px;
    background-color: #ffffff;
}
.button-1-1
{
    background-color: transparent;
    background-image: url(../images/zh-cn/newButton.gif);
    width: 68px;
    height: 22px;
    padding-top: 3px;
    border: 0px;
    display: none;
    position: absolute;
    z-index: 1500;
}
.button-2
{
    background-color: transparent;
    background-image: url(../images/zh-cn/newButton.gif);
    width: 53px;
    height: 22px;
    padding-top: 3px;
    border: 0px;
    text-align: center;
}
.edge
{
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}
.container
{
    display: inline-block;
    vertical-align: middle;
}
#btnRefreshVC
{
    cursor: pointer;
    border: 0px;
}
#imgLoginRight
{
    cursor: pointer;
    position: relative;
}
#divEpass
{
    display: none;
}
