﻿/* CSS Document */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    font-family: "宋体" ,Arial, Helvetica, sans-serif;
}
*
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li
{
    list-style-type: none;
}
.clear
{
    clear: both;
}
.login
{
    position: absolute;
    z-index: 999;
    background-image: url(../../images/Login/loginback.png);
    background-repeat: no-repeat;
    height: 470px;
    width: 763px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -250px;
    background-position: 0 45%;
    text-align: left;
}
.login-title
{
    /*background-image: url(../../images/Login/title.png);*/
    background-repeat: no-repeat;
    margin: 0 0 0 70px;
    width: 223px;
    height: 92px;
}
.foot
{
    text-align: center;
    margin: 340px 0 0 0;
}
.foot p
{
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #d0b7b9;
}
.loginForm
{
    float: left;
    margin: 60px 0 0 100px;
    display: inline;
}
.loginForm table td
{
    padding: 5px 0 0 0;
}
.textbox
{
    background-image: url(../../images/Login/user.jpg) !important;
    width: 180px !important;
    height: 36px !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    padding: 0 0 0 35px!important;
    line-height: 36px!important;
    font-size: 24px!important;
    font-weight: bold!important;
}
.password
{
    background-image: url(../../images/Login/password.jpg);
    width: 186px;
    height: 36px;
    background-repeat: no-repeat;
    border: 0;
    padding: 0 0 0 30px;
    line-height: 36px;
     font-size: 24px;
    font-weight: bold;
}
#regCode
{
    background-image: url(../../images/Login/password.jpg);
    width: 106px;
    height: 36px;
    background-repeat: no-repeat;
    border: 0;
    padding: 0 0 0 30px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
}
.right
{
    float: left;
    margin: 30px 0 0 89px;
    display: inline;
}
.logo
{
    margin: 3px 0 0 0;
}
.jiaonang
{
    margin: 13px 0 0 20px;
}
