body, html, div, ul, li, dl, dd, dt, img, span, p, a, ol, input, select, table, tr, td, hr, h1, h2, h3, h4, h5, h6, form
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
body
{
    font-size: 12px;
    color: #333;
    font-family: Helvetica,sans-serif;
    background: url(login/bj.jpg) repeat-x #FAFAFA;
    height: 100%;
    overflow: hidden;
}
.background_Logo
{
    width: 100%;
    height: 100%;
    background: url(images/logo.png) no-repeat;
    margin-left:20px;
}
.webtop
{
    width: 1002px;
    height:50px;
    padding-top: 12px;
}
.webcont
{
    width: 662px;
    height: 320px;
    margin: 8% auto 0 30%;
}
.webcont h1
{
    width: 184px;
    height: 45px;
    background: url(login/sys.jpg) no-repeat;
}
.webcont_login
{
    width: 658px;
    height: 400px;
    background: url(login/zj3.gif) no-repeat;
    margin-top: 20px;
}
.login_in
{
    height: 200px;
    padding-left: 300px;
    padding-top: 100px;
    text-align: left;
    width: 360px;
    font-size: 13px;
}
.pp
{
    border: 1px solid #BBB9BA;
    height: 32px;
    line-height: 28px;
    color: #000;
    padding-left:5px;
}
.btn
{
    width: 101px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    background: url(login/submit.png) no-repeat;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}
.webbtom
{
    background: url(login/bj2.jpg) repeat-x;
    height: 28px;
    color: #E6E2E1;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    line-height: 28px;
}

.error_msg_UserName
{
    position: absolute;
    overflow: visible;
    display: inline-table;
     /*margin-top: 20px;*/ /*margin-left: 400px;*/
}
.error_msg_Password
{
    position: absolute;
    overflow: visible;
    display: inline-table;
    /* margin-top: 20px;*/
}
.error_msg_ValidCode
{
    position: absolute;
    overflow: visible;
    display: inline-table;
    margin-left: 33px;
}
.field-validation-error
{
    background-color: rgb(255, 255, 204);
    z-index: 9999999;
    border: 1px solid #dbdb78;
    padding: 3px;
    position: absolute;
    background-attachment: scroll;
    background-repeat: repeat;
    color: #ff0000;
    width: 100px;
    text-align: left;
    border-radius: 3px; /*#dbdb78*/
}
.field-validation-error span
{
    display: inline-block;
    background-position: left center;
    background-image: url(page/icon_p1.gif);
    padding-left: 15px;
    background-color: transparent;
    margin-left: -10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.ErrorMessage
{
    top: 440px;
    position: absolute;
    margin-left: 270px;
    font-size: 12px;
    color: Red;
}
.ErrorMessage ul
{
    list-style: none;
}


.field-validation-valid
{
    display: none;
}

.input-validation-error,.input-validation-error-parent
{
    border: 1px solid #ff9999 !important;
    background-color: #ffeeee !important;
}
#tabLogon{ vertical-align:middle;}
#tabLogon td{ height:40px;}
label{ font-weight:bold;}