#modalOverlay {background-color:#000; cursor:wait;}
#modalContainer {width:580px; left:50%; top:30px; margin-left:-300px; background-color:#fff; border:3px solid #ccc; padding: 10px; text-align: left; padding: 20px;}
a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer h1 {
	text-align: center;
}