.modalProgress
{ 
	clear:both; 	
	margin:0px;
	z-index:100;
	position:absolute;
	top:248px;
	width:256px;
	height:415px;
	background-color:#dedede;
	filter:alpha(opacity=80);
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.modalProgressBox
{ 
	clear:both;	
	margin:0px;
	z-index:100;
	position:absolute;
	top:248px;
	width:256px;
	height:415px;
}