.overlay {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.popUp {
	position: absolute;
	z-index: 60;
	top: 50%;
	left: 50%;
	background: #fff url(../i/ajax-loader.gif) 50% 50% no-repeat;
	
	min-width: 200px;
	min-height: 200px;
	
}

* html .popUp {
	height: 200px;
	width: 200px;
}

.overlay, .popUp {
	display: none;

}

.popUp a {
	position: absolute;
	right: -20px;
	top: -20px;
	background: url(../i/close_2.gif)  no-repeat;
	z-index: 70;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.popUp .border {
	position: relative;
	padding: 10px;
}

.description {
	padding-top: 5px;
	font: 12px "Arial";
}
