.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	border:1px solid #666;
}
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
