﻿DIV.ajaxOverlay {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #000;
	opacity: 0.2;
	-ms-filter: "alpha(opacity=20)";
	z-index: 100002;
}
DIV.ajaxUnderlay {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background: url("Images/AjaxLoader.gif") no-repeat center center;
	z-index: 100001;
}