#modalOverlay {
	background-color:#000;
	cursor:wait;
	filter: alpha(opacity=80);
	height: 100%;
	}
#modalContainer {
	height:auto;
	width:606px;
	height:541px;
	left:50%;
	top:50%;
	margin-left:-303px;
	margin-top: -270px;
	background-color:#000000;
/*	border:1px solid #2F2F2F;*/
	padding: 0px;
	}
a.modalCloseImg {
	background: url(../images/close.gif) no-repeat;
	width: 21px;
	height: 21px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	}

