#overlay {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	border: 0;
	background-color: #000 !important;
	display: none;
	opacity: .9;
}
#overlay_content {
	display: none;
	position: fixed;
	top: 40%;
	z-index: 100000000;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;

	width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
	padding: 50px 0;
	color:#fff;
}
#overlay_loading {
	display:none;
	position: fixed;
	top: 55%;
	z-index: 100000000;
	width: 100%;
	left: 0;
	margin: 0;
}
#overlay_loading img{
	width:60px;
	margin: 0 auto;
	display: block;
}