﻿
body
{

    background: url(/img/login/white_plaster.jpg) 0 0 repeat;
}
#container
{
    width:652px;
    margin:0 auto;
    height:520px;
    overflow:hidden;
    }
.logoimg
{
    margin:55px 0 0 85px;
    
    }
#inputlist li
{
    float: left;
    margin-right: 13px;
}
#inputlist li.last
{
    margin-right:0;
    }
.inputL
{
    width: 62px;
    height: 33px;
    background: url(/img/login/input-left.png) 0 0 no-repeat;
    float: left;

    padding-left: 11px;
}
.imgpos
{
    position: relative;
    top: 1px;
    _margin-top:10px;
}
.lblStyle
{
    margin-left: 4px;
    color: #474747;
    line-height:38px;
}
.textInputR
{
    width: 5px;
    height: 33px;
    background: url(/img/login/input-right.png) 0 0 no-repeat;
    float: left;
}
.prompt
{
    
    width:auto;height:28px;border:1px solid #ef9c17;background-color:#ffe4b9;float:left;
    padding:0 10px 0 10px;
    margin-left:26px;
    line-height:28px;
    }
.prompt img
{
    /*margin-top:6px;*/
    float:left;
    }
.proSpan
{
    font-size:12px;
    color:#474747;
    height:28px; 
    line-height:30px;
    padding-left:6px;
    }
.inputbg
{
      border: 0;
    width: 183px;
    /*
    height: 33px;
    line-height: 33px;
    padding-left:13px;*/
    height:16px;
    padding:9px 0 8px 13px;
    background: url(/img/login/input-bg.png) 0 0 repeat-x;
    color: #474747;
    +margin-top:-1px;
    outline:none;
}
.login-link
{
    display: block;
    background: url(/img/login/login.png) 0 0 no-repeat;
    width: 78px;
    height: 32px;
}
.login-link:hover
{
    background-image: url(/img/login/login-h.png);
}
.mt32
{
    margin-top:32px;
    }
.mt55
{
    margin-top:55px;
    }
.remauto
{
    font-size: 12px;
    color: #333333;
    margin-left: -5px;
    cursor:default;
}
.forget
{
    color:#177def;
    font-size:12px;
    margin-left:24px;
    }
.forget:hover
{
    text-decoration:underline;
    }
.copyspan,.copylink
{
    font-size: 12px;
    color: #888888;
}
.copylink:hover
{
    text-decoration:underline;
}
/********************************footer************************************/
.footer
{
position:absolute;
left:0;
top:0;
    }
/*******************************checkbox**********************************/
.jquery-checkbox
{
    display: inline;
    font-size: 20px;
    line-height: 20px;
    cursor: default;
}
.jquery-checkbox .mark
{
    display: inline;
}

.jquery-checkbox img
{
    vertical-align: middle;
    width: 16px;
    height: 15px;
    margin:0;
    padding: 0;
    position:relative;
    top:1px;
    _position:relative;
    _top:4px;
   +position:relative;
   +top:4px;
}
.jquery-checkbox img
{
    background: url(/img/login/uncheck.jpg) 0 0 no-repeat;
}

.jquery-checkbox img
{
    background-position: 0px 0px;
}
.jquery-checkbox-hover img
{
    background-position: 0px 0px;
}
.jquery-checkbox-checked img
{
    /* background-position: 0px -23px;*/
    background: url(/img/login/check.jpg) 0 0 no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-hover img
{
    /* background-position: 0px -23px;*/
    background-position: 0px 0px;
}

.jquery-checkbox-disabled img
{
    background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img
{
    background-position: 0px 0px;
}
/***************************************************************************************/