﻿.progress-background_
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.50;
	z-index:1000;
}
.progress-loading_
{
	padding:10px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-24px;
	margin-left:-24px;
	width:28px;
	height:28px;
	z-index:1001;
	background-color:#ffffff;
	background-image:url("../Images/loading.gif");
	background-position:center;
	background-repeat:no-repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}