div.loader {
    position: absolute; left: 0px; top: 0px;
	cursor: wait;	
	background-color: #CCCCCC;
    filter: alpha(opacity=60);
	opacity: 0.6; display: block;
	width: 100%; z-index: 300;
	height: 100%;
	
}
div.loaderText {
	background-image: url(../images/whitespace.gif);
	background-color: #FFFFFF;
	position: absolute; 
	top: 200px;
	left: expression((document.body.clientWidth-250)/2);
	border: 2px solid red; z-index: 600;
	z-index: 350;  width: 250px;
  
}
div.loaderGeduld  {
	margin-top: 30px; 
	color: Red; font-size: 18px;
	font-weight: bold; 
	text-align: center;
}
div.loaderImage {
	margin-top: 20px; text-align: center; margin-bottom: 20px;
}