.AjaxWaitScreenBackground
{
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	position:fixed; 
	background-color:black; 
	filter:alpha(opacity=50); /* per IE/WIN */
	opacity: 0.5;             /* per Mozilla&Co. */
}
.AjaxWaitScreenMessage
{
	width: 300px;
	z-index: 1000;
	position: ABSOLUTE;
	top: 40%;
	left: 35%;
	text-align: center;
	background-color: White;
	position: fixed;
	border-right: silver 1px ridge;
	border-top: silver 1px ridge;
	border-left: silver 1px ridge;
	border-bottom: silver 1px ridge;
	margin-left: 10px;
	margin-right: 10px;
}



.AjaxWaitScreenMessageBoxExt
{
	width: 300px;
	z-index: 1000;
	position: ABSOLUTE;
	top: 40%;
	left: 36%;
	text-align: center;
	background-color: White;
	position: fixed;
	
	margin-left: 10px;
	margin-right: 10px;
	border-right: black 1px solid; 
	padding-right: 3px;
    border-top: black 1px solid; 
    padding-left: 1px; 
    padding-bottom: 1px;
    border-left: black 1px solid; 
    padding-top: 1px; 
    border-bottom: black 1px solid;
}
.AjaxWaitScreenMessageBoxInt
{
	height: 100%; 
	width: 100%;
	text-align: center;
	background-color: White;
	border-right: gray 1px solid;
    border-top: gray 1px solid; 
    border-left: gray 1px solid; 
    border-bottom: gray 1px solid;
    background-repeat: repeat-x;
    background-image: url('images/main_bg.jpg');
}

