﻿body
{
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
    background-image: url(../Images/main_bg.gif);
    background-repeat: repeat-x;
}
body, td, th
{
    font-size: 12px;
    color: #373e44;
}

#tab
{
    background-image: url(../Images/main_bg.gif);
    background-repeat: repeat-x;
}

.LoginArea1
{
    width: 100%;
    height: 272px;
    background-image: url(../Images/LoginArea_1.gif);
    background-repeat: no-repeat;
}
.LoginArea2
{
    width: 595px;
}

.LoginTxt
{
    border: 1px #83A0B7 solid;
    padding: 2px;
    background-color: #e0f4ff;
    height: 20px;
}
img
{
    border: 0px;
}

#btnLogin
{
    background-image: url(../Images/BtnLogin.gif);
    height: 34px;
    border: 0px;
    color: #004391;
    font-size: 9pt;
    width: 86px;
    text-align: center;
    cursor: pointer;
}


#btnReset
{
    background-image: url(../Images/btnReset.gif);
    height: 34px;
    border: 0px;
    color: #004391;
    font-size: 9pt;
    width: 86px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

/*链接样式*/
a:link
{
    font-size: 13px;
    color: #373e44;
    text-decoration: none;
}
a:visited
{
    font-size: 13px;
    text-decoration: none;
    color: #373e44;
}
a:hover
{
    font-size: 13px;
    text-decoration: underline;
    color: #bd0a01;
}
a:active
{
    font-size: 13px;
    text-decoration: none;
    color: #373e44;
}
