div.event_dialog div.clear {
	clear: both;
	text-align: center;
}
div.event_dialog {
	width: 400px;
	min-width: 400px;
	height: 250px;
	min-height: 250px;
	border-radius: 15px;
	z-index: 2200;
	background-color: #fff;
	position: absolute;
	overflow-y: auto;
	padding: 10px;
}
div.event_dialog span.close {
	color: #404040;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
}
div.background_blocker {
	display: block;
	z-index: 2100;
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}
