#modalPopupBackground2{  
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
	cursor: wait;
}  
#modalPopupArea{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 450px;
	z-index: 2;
	font-size: 0.8em;
}
#modalPopupTop{
	background: url('modalPopup-top.gif') no-repeat;
	height: 13px;
	padding: 0;
	margin: 0;
}
#modalPopupClose{
	color: #6FA5FD;
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	right: 6px;
	top: 2px;
	position: absolute;
	cursor: pointer;
}
#modalPopupMain
{
	background-color: #676767;
	padding: 0;
	margin: 0;
}
#modalPopupContent{
	color: #ddd;
	padding: 10px 10px 10px 10px;
}
#modalPopupTitle{
	padding: 0 10px 5px 10px;
	text-align: left;
	color: #6FA5FD;
	font-size:1.65em;
	font-weight: bold;
}
#modalPopupBottom{
	background: url('modalPopup-bottom.gif') no-repeat;
	height: 13px;
	padding: 0;
	margin: 0;
}
