div.ajaxSpinner {
	/* Use hardcoded sizing */
	position: absolute;
	height: 35px;
	width: 180px;
	padding-top: 15px;
	padding-left: 10px;
	
	background-image: url(images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: white;
	z-index: 5002;
}

span.ajaxSpinnerText {
	font-family: trebuchet ms;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

div.ajaxSpinnerCover {
	position: fixed;
	z-index: 5001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #0b1624;
	
	opacity: 0.25;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter:alpha(opacity=25);
	zoom:1
}

div.ajaxSpinnerContainer {
	position: absolute;
	z-index: 5000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}

/*Included in <devtools:site_header> but required if not existing
.ICDialogCover{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: 0b1624;
	
	
		opacity:0.50;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:alpha(opacity=50);
	zoom:1
}
 
.ICDialogCoverContainer{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
*/