.simple_overlay {
	display:none;
	z-index:10000;
	width:598px;
	padding:20px;
	background:#fff;
	font-size:11px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close { 
	background-image:url(../img/template/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
