.overlay
{
	background-color: #000;
	opacity: .7;
	position: fixed; top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 10;
}
.overlaydesc
{
	position: absolute;
	z-index: 13;
	margin: auto;
	left:0px; right:0px;
	top: 50px;
	color: white;
}
.overlayimg
{
	position: absolute;
	z-index: 11;
	margin: auto;
	left:0px; right:0px;
	top:0px; bottom:0px;
	background: no-repeat url('../src/img.php/wait.gif');
	border: solid 1px black;
}

.overlayexitimg
{
	position: absolute;
	z-index: 11;
	right: 15px;
	top: 15px;
}