
.AjaxWaitScreenBackground
{
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	position:fixed; 
	background-color:black; 
	filter:alpha(opacity=50); 
	width: 100%; 
	height: 100%;
}

.AjaxWaitScreenMessage
{
	width: 300px;
	z-index: 1000;
	position: ABSOLUTE;
	top: 40%;
	left: 35%;
	text-align: center;
	background-color: White;
	position: fixed;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	margin-left: 10px;
	margin-right: 10px;
}
