﻿
.WaitCursor
{
	position:absolute; 
	width:100%; 
	height:10000px; 
	top:0px; 
	left:0px; 
	overflow:hidden; 
	cursor:wait;
}


.ProgressBox
{
	position:fixed; 
	width:98%; 
	height:99%; 
	background-image:url(../../images/progress2.gif); 
	background-repeat:no-repeat; 
	top:5px; 
	left:5px; 
	overflow:hidden; 
	cursor:wait;
}

.ProgressBoxRight
{
    display:none;
/*	float:right;
	width:15px; 
	height:10000px; 
	background-image:url(../../images/progress.gif); 
	background-repeat:repeat-y; 
	overflow:hidden; 
	cursor:wait; */
}