.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=70);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
	 cursor:wait;
}
.loadmask-msg {
    z-index: 500;
    position: fixed;
    top: 50%;
    left: 50%;
	
    //border:1px solid #6593cf;
    //background: #c3daf9;
    //padding:2px;
}
.loadmask-msg div {
    //padding: 25px;
    //background: rgba(255, 255, 255, 0.70);
    //line-height: 16px;
	//border:1px solid #a3bad9;
    //color:#338DCF;
    //font-size:24px;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}