 
.modalDialog_transparentDivs{	
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color:#000000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:0px solid #43a700;	
	padding:20px;
	z-index:100;
	position:absolute;	
 
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	top:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */	
}