.win-back {
    width: 100%;
    /*background: url("../images/000-40.png");*/
    background-color:#282828;
    opacity:0.5;
    height: 700px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001 !important;
}
.win-back-ie{
    width: 100%;
    background-color:#282828;
    height: 700px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001 !important;
}

.win-main label {
    color: #333 !important;
    width: 100%;
}

.win-main {
    width: 382px;
    height: 500px;
    position: absolute;
    z-index: 10002;
    visibility:hidden;
    /*display:none;*/
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow:-3px 3px 3px #474849;
    box-shadow:-3px 3px 3px #474849;
    -moz-box-shadow:-3px 3px 3px #474849;
}
.win-main .win_word{
    line-height:45px;
    display:block;
    margin-left:15px;
    float:left;
    background:url('../images/lock.png') left center no-repeat;
    color:#fff;
    font-size:18px;
    text-indent: 29px;
}
.win-main .win_close{
    line-height:45px;
    width:16px;
    display:block;
    float:right;
    margin-right:15px;
    width:16px;
    background: url('../images/close_icon.png') right center no-repeat;
}
.win_title{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width:100%;
    height: 45px;
    background: #1c76b8;
}
.changePwd{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width:100%;
    height: 45px;
    background: #1c76b8;
    margin-bottom: 15px;
}
.clearfloat:after{
    content:"";
    height:0;
    display: block;
    clear: both;
}

.changePwd .changePwd_title{
    line-height:45px;
    display:block;
    margin-left:15px;
    float:left;
    background:url('./lock.png') left center no-repeat;
    color:#fff;
    font-size:18px;
    text-indent: 29px;
}
.changePwd .changePwd_close{
    line-height:45px;
    width:16px;
    display:block;
    float:right;
    margin-right:15px;
    width:16px;
    background: url('./close_icon.png') right center no-repeat;
}
.pwdInfo{
    margin:15px 40px 0 0;
    text-align: left;
    width: 350px;
}
.pwdInfo * {
    display: block;
    font-size:14px;
    color:#333333;
    line-height:34px;
    height:34px;
    float: left;
}
.pwdInfo label{
    line-height:38px;
    text-align:right;
    width:25%;
    margin-right: 9px;
}
.pwdInfo input{
    text-indent: 8px;
    font-family:'Microsoft yahei';
}
.pwdInfo .required{
    width:70%;
    border:1px solid #dddddd;
}
.pwdInfo input:focus{
    border:1.5px solid #3fa4ef;
}
center{
    margin:30px auto 40px auto;
    width:70%;
    padding-left: 20px;
}
center button{
    display: block;
    float:left;
    width: 50px;
    border:1px solid #3fa4ef;
    padding:12px 14px;
    text-align: center;
    line-height: 16px;
    height: 20px;
    font-size:1em;
    font-family: 'Microsoft yahei';
    border-radius:4px;
}
.btn-chg-ok{
    color: #ffffff;
    background-color: #3fa4ef;
    margin:0 45px 0 0;
}
.btn-chg-close{
    color: #3fa4ef;
    background-color: #ffffff;
}

.btn-chg-close:hover{
    background-color: #3fa4ef;
    color:#fff;
}

.fl-label {
    color: #fff;
    width: 50px;
    display: block;
    float: left;
    height: 22px;
    line-height: 25px;
    font-size: 12px;
}
#vcodeForPassword{
    width:27%;
}
#codeimgForPassword{
    margin-top: 1px!important;
}
.pwdInfo .vcode-label{
    width: 12%;
    line-height: 17px;
    margin-left: 5px;
}
.input-error {
    outline: 1px solid red !important;
}
.error {
    color: red;
    font-size: 12px;
    text-align: left;
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}