
.modalDialog_transparentDivs{	
	background-color:rgb(0, 0, 0);
	z-index:1;
	position:absolute; /* Always needed	*/
   -moz-opacity: 0.6; 
   opacity: 0.6;
   filter: "alpha(opacity=60)"; /* expected to work in IE 8 */
   filter: alpha(opacity=60);   /* IE 4-7 */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}

.modalDialog_contentDiv{
	border:0px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/

	
	
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
