#divControl
{
	POSITION: absolute; 
	LEFT: 0px;
	TOP: 0px;
	Z-INDEX: 990;
}
#divModal
{
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	HEIGHT: 5px; 
	WIDTH: 5px; 
	background-color: white;
	Z-INDEX: 991; 
}
#divModalManual
{
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	HEIGHT: 5px; 
	WIDTH: 5px; 
	background-color: white;
	opacity: 0.0;
	Z-INDEX: 992; 
}
#divProcessing
{
	POSITION: absolute;
	LEFT: 0px;
	TOP: 0px;
	Z-INDEX: 999;
}
#spnProcessing
{
	font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
	LEFT: 65px;
	TOP: 28px;
    z-index: 999;
    text-shadow: 0px 1px 0px #000;
    color: white;
}
#imgProcessingBackground
{
	POSITION: absolute; 
	LEFT: 0px;
	TOP: 0px;
}
#imgProcessingSpinner
{
	POSITION: absolute; 
	LEFT: 30px;
	TOP: 26px;
}
