.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color: #666666;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	border: #8C0F31 solid 2px;
	background: url(../images/escap_over3.gif);
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.3;	/* Transparency */	
	width: 562px;
	height: 300px;
	padding: 0px;
}