﻿
.AjaxUpdateProgressHide
{
	display: none;
}

.AjaxUpdateProgressShow
{
	position: fixed;
	margin: 0 auto;
	top: 50%;
	text-align: center;
	width: 100%;
	z-index:99999;
}

.AjaxUpdateProgressTransparentBG
{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70); 
	background-color: gray;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	z-index:99999;
}
