#modalOverlay {
	background-color:#000;
	cursor:wait;
}
#modalContainer {
	height:138px;
	width:600px;
	left:50%;
	top:30%;
	margin-left:-300px; /* half the width, to center */
	background-color:#fff;
	border:3px solid #ccc;
}

#modalContainer .modalData {
	text-align:center;
}

