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