﻿.simple_overlay {
	position: fixed;
	display:none;
	z-index:10000;
	background-color:#333;
	width:500px;	
	padding: 10px;
	color: white;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	text-align: -moz-center;
	text-align: center;
}

.simple_overlay .close {
	background-image:url(/Include/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.innerOverly{
	text-align: -moz-center;
	text-align: center;
}