﻿
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border: 2px solid #CFCFCF;
	z-index: 100;/* Always needed	*/;
	position: absolute; /* Always needed	*/;
	background-color: #F5F5F5;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

h2 {
	padding: 8px 5px 5px 5px;
	color: #FF6600;
	text-align: center;
	font: normal normal bold 12px tahoma;
	margin-bottom: 5px;
	background-image: url('../images/navbg2.gif');
	background-repeat: repeat-x;
	border-bottom-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 33px;
}
