﻿.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.popup{
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	line-height: 0;
}
.popcontent
{
	background-color: #FFF;
	border: solid 2px #000;
	text-align: center;
}
.popup div.loading img
{
	margin-top: 160px;	
}		
.popclose
{
	text-align: right;
	padding: 4px;	
}