﻿#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:4000;
}
#popupContact { margin:0 auto; text-align:center;
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:384px;*/
width:auto;
	height:auto;
	_width:auto;
	_height:auto;
	background:url(ajax-loader.gif) no-repeat 50% 50% #fff;
	border:0px;
	padding:0;
	z-index:4100;
	/*overflow:hidden;*/
}
#popupContactClose {
	font-size:16px;
	right:0px;
	_right:120px;
	top:-35px;
	position:absolute;
	color:#fff;
	/*color:#88d415;*/ font-weight:bold;
	padding:0 5px;
	background:#000;
	display:block;
	cursor:pointer;
	z-index: 10;
}
a#popupContactClose {
	text-decoration:none;
		color:#fff;

}
