﻿.ajaxBusy{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	background-color:#000;
	width:100%;
	height:150%;
	opacity: .50;
	filter: alpha(opacity=65);
	text-align: center;
	background: #000 url("../Styles/images/gears.gif") no-repeat center 30%;
}

.ajaxBusyCustom{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	background-color:#000;
	width:100%;
	height:100%;
	opacity: .50;
	filter: alpha(opacity=65);
	text-align: center;
	background: #000 url("../Styles/images/gears.gif") no-repeat center 30%;
}
