.loadmask {
	z-index:2000; position: absolute; top: 0; left: 0; -moz-opacity: 0.5; opacity: .50; filter: alpha(opacity =   50); background-color: #3e3d3d; width: 100%; height: 100%; zoom: 1;
}

.loadmask-msg {
	z-index: 20001; position: absolute; top: 0; left: 0; padding-top:50px; background:url('images/loading.gif') no-repeat 50% 5px;
}

.loadmask-msg div {
	padding:10px 20px; line-height: 16px;  color:red; font: normal 11px tahoma, arial, helvetica, sans-serif; cursor: wait;
}

.masked {
	overflow: hidden !important;
}

.masked-relative {
	position: relative !important;
}

.masked-hidden {
	visibility: hidden !important;
}