.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    backgorund-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
    zoom: 1;
    background-image:url('./images/loading.gif');
    background-repeat: no-repeat;
    background-position:center center;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    /*border:1px solid #6593cf;*/
    padding:2px;
}
.loadmask-msg div {
    padding:10px;
    background:url('./images/loading.gif') no-repeat center center;
    /*border:1px solid #a3bad9;*/
    float:left;
    height:100px;
    width:100px;
    margin-top:-50px;
    margin-left:-50px;
    margin-top:50%;
    margin-left:50%;
    color:#fff;
    font:normal 11px arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
    cursor:wait;
}
.masked-relative {
    position: relative !important;
    cursor:wait;
}