
.modalDialog_transparentDivs{	
	filter:alpha(opacity=4000);	/* Transparency */
	opacity:0.70;	/* Transparency */
	background-color:#141618;
	z-index:1;
	position:absolute; /* Always needed	*/
	display:none;
}
.modalDialog_contentDiv{
	
	
	z-index:100;/* Always neededpadding:2px	border:1px solid #00923F;	*/
	position:absolute;	/* Always needed	*/
	/* background-color: #141618;	White background color for the message */
	background-color: transparent;

}
.modalDialog_contentDiv_shadow{
	z-index:100;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	opacity:0.9;
	
	filter:alpha(opacity=4);
		/* Transparencybackground-color: #141618;	 background-color:#444444;*/
		/* Transparency */
display:none;		
}