/* 密码控件默认样式 */
.ocx_login_style {
    /*border: 1px solid #d1d1d1;*/
    width: 200px;
    height: 38px;
    background-color: #fff;
}

.ocx_style {
    /*border: 1px solid #d1d1d1;*/
    width: 225px;
    height: 38px;
    background-color: #fff;
}

.ocx_style a{
    /*border: 1px solid #d1d1d1;*/
   	font-size: 14px;
   	line-height: 38px;
}

.ocx_style2 {
    border: 1px solid #d1d1d1;
    width: 60px;
    height: 25px;
}

.down {
    border: 1px solid #d1d1d1;
    line-height: 20px;
    text-align: center;
}

.pwd-modal {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: .01;
}
