.modalDialog_transparentDivs{	
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#e4e4e4;	/* White background color for the message */
	text-align:left;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=90);	/* Transparency */
	opacity:0.9;	/* Transparency */	
}