.modalDialog_transparentDivs{	
	z-index:2;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #FE9900;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* 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	*/
}
.bar {
	background-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	text-align: right;
}
