.modalBackground {
	background-color:black;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:500;
}

div.modalPopup
{	
	z-index:501;
}

div.modalPopup div.title
{
	font-size:12pt;
	padding:2px 10px 2px 10px;
	background-image:url(../images/gradient_red_40px.png);
	background-repeat:repeat-x;
	background-position:center;
	color:White;
	border:solid 1px darkred;
}

div.modalPopup div.title hr
{
	display:none;
}

div.modalPopup div.body
{
	font-weight:normal;
	border-left:solid 1px darkred;
	border-right:solid 1px darkred;
	border-bottom:solid 1px darkred;
	background-color:white;	
	background-repeat:repeat-x;
	background-position:top;
	padding:15px 15px 15px 15px;
}

div.modalPopup .ok
{
	background-color:#C0FFC0;
	border: solid 1px #004000;
	cursor:pointer;
}

div.modalPopup .cancel
{
	background-color:#FFC0C0;
	border: solid 1px Maroon;
	cursor:pointer;
}

.modalPopupWatermark
{	
	font-style:italic;	
}
