.dgLoadMask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #FDFDFD;
    width: 100%;
    height: 100%;
    zoom: 1;
	cursor: wait;
}
.dgLoadMask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #898989;
    background: #898989;
	border-radius: 3px;
	padding: 8px;
}
.dgLoadMask-msg div {
    padding: 21px 0 0;
    background-image: url(images/loading.gif);
	line-height: 16px;
	color: #FFFFFF;
	font: normal 12px helvetica, arial, verdana, sans-serif;
	cursor: wait;
	background-position: center 0;
	background-repeat: no-repeat;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}