﻿.loader
{
	z-index: 9999999;
	position: fixed; /*top:0px; 	left:0px; 	height:100%; 	width:100%;*/
	width: 141px;
	height: 51px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
	background-color: White;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: white;
	filter: alpha(opacity=10);
	opacity: 0.10;
	z-index: 10000;
}
