.verify-img-panel{
    position: absolute;
    /*bottom: 325px;*/
    margin-top: -125px;
    height: 120px;
}
.captcha:hover{
    border-color: #666;
}
.pl{
    padding-left:75px;
    padding-top: 12px;
    line-height: 20px;
    font-size: 14px;
}
.captcha{
    cursor: pointer;
}
.verify-img-panel .verify-refresh {
    width: 25px;
    height: 25px;
    text-align:center;
    cursor: pointer;
    position:relative;
    top: -107px;
    /*bottom: 80px;*/
    left: 225px;
    z-index: 2;
}
.verify-img-panel .verify-close {
    width: 25px;
    height: 25px;
    text-align:center;
    cursor: pointer;
    position:relative;
    top: -133px;
    left: 253px;
    z-index: 2;
}

