﻿
/**等待中 loading Waiting **/
.ExpPopDiv {
    z-index: 8000;
    top: 0;
    left: 0px;
    width: 100%;
    position: fixed;
    height: 100%;
    background:rgb(0,0,0,0.5);
}

#popupDiv .wait_a_moment {
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255,255,255,.75)
}

    #popupDiv .wait_a_moment table {
        width: 100%;
        height: 100%;
        font: bold 20px "微軟正黑體";
        color: #000
    }



