/*浮层*/
.passport_unite_login_bg{
    width: 100%;height: 100%;position: fixed;
    top:0;
    left:0;
    z-index:999;
    background-color: rgba(0,0,0,0.5);
    opacity:0.3;
    filter: alpha(opacity=68); background-color:#000;
    *zoom:1;
    display: none;
}

.passport_unite_login_div{
    display: none;
    /*background-color: white;*/
    z-index: 9999;
    /* 宽高设置多两个像素 */
    width: 472px;height: 462px;
    position: fixed;
    left:0; top:0; right:0; bottom: 0; margin: auto;
    overflow: hidden;
    filter: progid:dximagetransform.microsoft.shadow(color='#969696',direction=135, strength=5);/*for ie6,7,8*/
}