﻿.login
{
    background: url(../images/imgLoginBackground.jpg);
    height: 425px;
}
#login
{
    margin: auto 200px auto 200px;
    background-image: url('../images/imgLogin.jpg');
    background-repeat: no-repeat;
    height: 425px;
}
.logintable
{
    padding-top: 135px;
    padding-left: 320px;
}
.logintable td, .divGridView th
{
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

.logintable th
{
    text-align: right;
    background-color: #F7F7F7;
    font-weight: bold;
    height: 23px;
    padding: auto 2px;
}
.logintable td
{
    text-align: left;
}
.backgroundimage
{
    background-image: url('../images/imgDefault.jpg');
    background-repeat: no-repeat;
    height: 500px;
    margin-left: 100px;
}
.p1
{
    display: block;
    padding-top: 105px;
    margin-left: 280px;
    font-size: 28px;
    font-family: 黑体;
    color: #666;
}
.p2
{
    font-size: 12px;
    color: #666;
    display: block;
    margin: 30px auto auto 310px;
}
div, h3, p
{
    margin: 0;
    padding: 0;
}
.errbox
{
    background: url(img/back.jpg) left top no-repeat;
    width: 980px;
    margin: 0 auto;
    height: 399px;
    position: relative;
}
.errbox .box
{
    position: absolute;
    left: 210px;
    top: 102px;
    font-family: "微软雅黑" , "黑体";
    color: #504e4e;
    width: 630px;
}
.errbox .box h3
{
    position: absolute;
    left: 130px;
    top: 10px;
    font-size: 25px;
    height: 42px;
}
.errbox .box p
{
    position: absolute;
    left: 130px;
    top: 75px;
    font-size: 17px;
}
.errbox a
{
    position: absolute;
    left: 750px;
    top: 175px;
    width: 97px;
    height: 39px;
    display: inline-block;
    background: url('../images/btnImages/imgReturn_0.png') no-repeat left top;
}
