﻿html, body, form {
    background-color: #dae1e3;
    background-image: url(/images/011.gif);
    background-position: top center;
    background-repeat: repeat-y;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

td {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.input {
    background-color: #fff;
    border: 0px solid #999;
    color: #666;
    font-size: 14px;
}

.bgname {
    background: url(/images/004.gif) no-repeat;
    height: 20px;
    width: 168px;
    padding: 6px 6px 6px 36px;
}

.bgpwd {
    background: url(/images/006.gif) no-repeat;
    height: 20px;
    width: 168px;
    padding: 6px 6px 6px 36px;
}

.bgverify {
    background: url(/images/008.gif) no-repeat;
    float: left;
    height: 20px;
    width: 110px;
    padding: 6px 0px 6px 6px;
}

table td { position:relative !important; } /*jquery升级3.6后 验证升级*/