﻿#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:1;
}
#popupContact { margin:0 auto; text-align:center;
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:384px;*/
width:540px;
	height:390px;
	_width:540px;
	_height:390px;
	background:url(ajax-loader.gif) no-repeat 50% 50% #fff;
	border:0px;
	padding:12px;
	z-index:2;
	overflow:auto;
}
#popupContactClose {
	font-size:20px; margin:0 0 0 515px; text-align:right;
	position:absolute;
	color:#f00;
	/*color:#88d415;*/
font-weight:700;
	display:block;
	cursor:pointer;
	z-index: 10;
}
a#popupContactClose {
	text-decoration:none;
}
