#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  width:200px;
  left:50%;
  top:15%;
}


/* IE 6 hacks*/
#modalContainer {
	_position: absolute;
	_top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(45 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#modalIframe {
	_z-index:1000;
	_position:absolute;
	_width:100%;
	_height:100%;
	_top:0;
	_left:0;
}


#modal {
	display: none;
}

#modalContainer .modalCloseImg {
	display: block;
	width: 9px;
	height: 9px;
	background: url(/img/close.gif);
	float: right;
	cursor: pointer;
}
