.jquery-loading-css-datagrid-mask {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.1;
	filter: alpha(opacity = 30);
	display: none;
}

.jquery-loading-css-datagrid-mask-msg {
	position: absolute;
	cursor1: wait;
	top: 35%;
	left: 50%;
	width: 68px;
	height: 68px;
	padding: 0;
	background: url('loading.gif') no-repeat;
	border: 0;
	display: none;
}