#od-main-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 9999998;
	cursor: pointer;
}
#od-overlay {
	position: absolute;
	width: 100%;
	max-width: 500px;
	z-index: 9999999;
}
#od-overlay > div.od-overlay-container {
	background: #ffffff;
	padding: 20px;
	height: 600px;
	overflow: auto;
}
#od-overlay-close {
	cursor: pointer;
}
.od-hide {
	display: none;
}
.overlay-close-container {
	width: 100%;
	text-align: right;
}
.overlay-close-container a {
	font-size: 20px;
}