html,body
{
    margin: 0px;
    padding: 0px;
    overflow:hidden;
    width: 100%;
    height: 100%;
    text-align: center; /*overflow-x: hidden;*/
    background:#fff url('../Images/a_logbg.png') repeat 0 center;
    background-size:100% 100%;
}
#maintop
{
    margin:0;
    width:100%;
    height:48px;
    background:#333745 url(/Images/a_zhd.png) no-repeat 14px 14px;
    text-indent:110px;
    color:White;
    text-align:left;
    line-height:48px;
    font-size:11pt;
    border-bottom:1px solid #fff;
}
#maincontent
{
    position:absolute;
    top:20%;
    right:10%;
    width: 350px;
    height: 360px;
}
#mainbottom{position:absolute;height:35px; line-height:35px; text-align:center; bottom:0;left:0; background:url('/Images/a_logbg.png') repeat 0 bottom;background-size:100% 500px; font-size:9pt}
#logincontent
{
    margin-top: 50px;
    border: 1px solid #e3e4e5;
    width: 350px;
    height: 360px;
    float: right;
    background-color: white;
    border-radius:3px;
}
#alertnote{
    height: 20px;
    padding-top:15px;
    width: 290px;
    color: red;
    margin-left: 25px;
    font-size:9pt;
}
#declare
{
    width: 320px;
    font-size: 12px;
    color: black;
    margin: 50px auto 10px auto;
}
.margin_25
{
    margin: 35px auto 0 auto;
    height: 30px;
    width: 300px;
    font-weight: bold;
    color:#333;
}
.divinput
{
    margin: 25px auto 5px auto;
    height: 35px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.inputleft
{
    float: left;
    width: 30px;
    height: 35px;
    background: url(../Images/a_userorpw.png) no-repeat 0px 3px;
}
.inputright
{
    float: right;
    width: 270px;
    height: 35px;
}
divinput
{
    width: 260px;
}
input[type=text], input[type=password]
{
    width: 268px;
    height: 33px;
    line-height: 33px;
    border: 0;
    border-radius: 3px;
    background-color: transparent;
    outline:0;
}
#btnlogin
{
    width:300px;
    background:#00aaff;
    border:1px solid #00aaff;
    color:#fff;
    border-radius:3px;
    height:35px;
    cursor:pointer;
    margin-top:20px;
    outline:0;
}
#btnlogin:hover
{
    border:1px solid #2e82ff;
}
#logbg{ position:absolute; width:650px; height:340px; top:25%; left:10%; overflow:hidden; background:url(/Images/a_logbgleft.png) no-repeat 0 0;  padding-top:340px; font-weight:bold; font-size:16pt;}
