.modalDialog_transparentDivs {
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:99991;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv {
	padding:0px 0px 0px 0px;
	height:300px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*//*	background-color:#FFFFFF;	 White background color for the message */
}
.modalDialog_contentDiv table { border:1px solid #611674; }
.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 */
}
.popupTitleBar {
	background-color:#9d41b4;
	color:#FFFFFF;
	font-weight: bold;
	height:20px;
	padding-left:5px;
	position: relative;
	z-index: 203;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
}
.error {
	background-color:#FFFFFF;
	color:#FF0000;
	padding:10px;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	height:132px;
}
.error_txt {
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
.butn, .btn {
	border-left:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	border-bottom:solid 2px #613896;
	border-right:solid 2px #613896;
	background-color: #d1b1f9;
	font-family:Tahoma, Verdana, Arial;
	color: #613896;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	margin: 3px auto 2px;
	padding-left:17px;
	padding-right:17px;
	cursor:pointer;
}
