﻿
body
{
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
    font-size: 16px;
    height: 100%;
    width: 100%;
}
hr
{
    margin: 0px;
    padding: 0px;
    color: #ccc;
}
.btn
{
    /* 	background-position:0 -30px; background-position:0 -160px; behavior: url(../Css/ie-css3.htc);*/
    background: url(              '../images/btnlogin.png' ) 0px 0px no-repeat;
    height: 29px;
    width: 90px;
    border: 0px;
    color: White;
    font-size: 14px;
    border-radius: 15px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
}
.Main
{
    margin: 0 auto;
    width: 975px;
    height: 559px;
    font-family: 微软雅黑;
    font-size: 15px;
}
.PreLogin
{
    height: 850px;
    width: 975px;
    background: url(             '../images/tup.png' ) no-repeat center center;
}
.Login
{
    width: 780px;
    height: 452px;
    background: url( '../images/LoginTwo.jpg' );
    margin: -226px 0px 0px -390px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.LoginTable
{
    float: right;
    height: 200px;
    width: 420px;
    margin-top: 250px;
    margin-right: -40px;
}
.LoginSh
{
   width: 780px;
    height: 452px;
    background: url( '../images/shenhe.png' );
    margin: -226px 0px 0px -390px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loginBtn
{
    margin-top: 300px;
}
.logindiv
{
    margin: 15px auto;
    height: 48px;
    width: 300px;
    line-height: 48px;
    text-align: center;
}
.input
{
    border: 1px solid #ccc;
    width: 180px;
    height: 28px;
}


/*头部页面 */
.T_Content
{
    font-size: 14px;
    font-weight: bold;
    color: #09405F;
    text-decoration: none;
    margin: 0px;
}
#top
{
    background-image: url(../images/topTwo.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 97px;
    width: 100%;
    background-color: #66AAEF;
}
#topline
{
    background-image: url(../images/toplinemid.gif);
    background-repeat: repeat-x;
    height: 36px;
    width: 100%;
}
.topline_left
{
    background-image: url(../images/toplineleft.gif);
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 5px;
}
.topline_left1
{
    float: left;
    height: 36px;
    width: 650px;
    padding-left: 10px;
    line-height: 36px;
    text-align: left;
}
.topline_right
{
    background-image: url(../images/toplineright.gif);
    float: right;
    height: 36px;
    width: 5px;
    background-repeat: no-repeat;
}
.topline_right1
{
    line-height: 36px;
    float: right;
    height: 36px;
    width: 300px;
    padding-right: 10px;
    text-align: right;
}
a:link
{
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #FF3300;
    text-decoration: none;
}
a:visited
{
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #FF3300;
    text-decoration: none;
}
a:hover
{
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.red
{
    color: #FF3300;
}

