.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background: url("./images/loading.gif") no-repeat scroll center center #CCCCCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 transparent;
    padding:2px;
}
.loadmask-msg div {
   /* background: url("./images/loading.gif") no-repeat scroll 5px 5px transparent;*/
    color: #222222;
    cursor: wait;
    font: 11px/32px tahoma,arial,helvetica,sans-serif;
    padding: 5px 15px 5px 46px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}