#overlay 
{
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	z-index: 1000;
	background-image: url(overlay.png);
	overflow: auto;
}

#overlay_div
{
	position: relative;
	width: 300px;
	margin: 20px auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0px;
	text-align: center;
	-moz-box-shadow: 0 0 90px 5px #000000;
	-webkit-box-shadow: 0 0 90px #000000;
}

#overlay_close
{
	background-image: url(close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#overlay_iframe
{
	border: none;
	width: 100%;
	height: 100%;
}