.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #FFF;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/img/loading_background.png) no-repeat scroll 0px -10px; 
    padding:2px;
    width:256px;
    height:256px;
}
.loadmask-msg div {
    margin: 60px auto;
    background: transparent url(/img/MC_Scissor_Animation.gif) no-repeat scroll 0px 0px;    
    cursor:wait;
    width:100px;
    height:100px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}