.contentPleaseWait 
{
	z-index: 100;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-align:center;	
}

.body .body-pleasewait
{
	position:absolute;
	height:100%;
	width:100%;
	filter:alpha(opacity=70);
	opacity:0.7;
	background-color:Gray;
	left:0px;
	top:0px;
}

.contentPleaseWait .content
{
	padding: 35px 30px 30px 30px;
}

.contentPleaseWait .progressbar 
{
	height:60px;
	width:474px;
	background-image:url(../Images/Controls/PleaseWait/progress2008.gif);
	background-repeat:no-repeat;
	display: block;
	position:absolute;
	z-index:101;
}

.pleaseWaitAjax
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 101;
	left:0px;
	top:0px;	
}

.pleaseWaitAjax--image
{
	background-image: url(../Images/Controls/PleaseWait/progress2008.gif);
	background-repeat: no-repeat;
	width: 474px;
	height: 61px;
	display: block;
	position:absolute;
	z-index:101;
}