.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	z-index:1000;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
}
/* ODSTAVENE - TIEN */
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#ffffff;
	filter:alpha(opacity=0);	/* Transparency */
	opacity:0.0;	/* Transparency */
}

