.loadmask {
    z-index: 100;
    position: fixed;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: fixed;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.loadmask-msg::before {
    display: block;
    content: "";
    background: url('http://www.ezbrand.net/images/logo/ezbrand-inverse.png');
    width: 256px;
    height: 49px;
}
.loadmask-msg div {
    padding: 80px 5px 5px 100px;
    background: #fbfbfb url('../images/loading.gif') no-repeat 5px 5px;
    /*background-size: 100%;*/
    background-position: center; 
    line-height: 16px;
    border:1px solid #fff;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}