.hidden {
	display: none;
}

#modalOverlay {
	background-color: #000;
	cursor: wait;
}

#modalContainer {
	height: auto;
	width: 600px;
	left: 50%;
	top: 15%;
	margin-left: -300px;
	background-color: #b3d44e;
	border: 3px solid #cee29a;
	color: #000000;
	text-align: left;
	padding: 8px;
}

#modalContainer a.modalCloseImg {
	background: url(/assets/shared/images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
