
.modalDialog_transparentDivs{
	-moz-opacity: 0.75; 
	opacity:0.75;
	
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed
	border:3px solid #000;	
	padding:2px;*/
	
	-moz-opacity: 0.8; 
	opacity:0.8;
	
	/* background-color:transparent;	White background color for the message
	background: transparent; */
	background-color:#000;
}
.modalDialog_contentDiv_shadow{
	z-index:90; /* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/

	-moz-opacity: 0.25; 
	opacity:0.25;
	background-color:transparent;
}
