.loadmask {
	background: #000000;
	cursor: wait;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
	zoom: 1;
}

.loadmask-msg {
	background: url(../images/tbl_data_bg_header.jpg) repeat-x left top #f4f4f4;
	border: 1px solid #cccccc;
	color: #f4f4f4;
	cursor: wait;
	left: 0;
	padding: 3px;
	position: absolute;
	text-align: center;
	text-align: left;
	top: 0;
	width: 160px;
	width: auto;
	z-index: 20001;
}

.loadmask-msg div {
	background: #ffffff url('../images/loading.gif') no-repeat 8px 5px;
	border: 1px solid #cccccc;
	color: #699913;
	cursor: wait;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 5px 10px 6px 28px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.masked {
	overflow: hidden !important;
}

.masked-hidden {
	visibility: hidden !important;
}

.masked-relative {
	position: relative !important;
}