.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    zoom: 1;
    cursor: not-allowed;
    border-radius: 5px;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding:2px;
}
.loadmask-msg div {
    padding:35px 0px 0px 0px;
    background: url('../images/loading.gif') no-repeat top center;
    line-height: 16px;
    color:#222;
    cursor: not-allowed;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}