﻿#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
   /* border: 1px solid #cecece;*/
    z-index: 9990;
    margin: 0 auto;
    padding: 0;
}
#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(../images/loader.gif) no-repeat 50% 50% /*#fff;*/;
	border:0px;
	/*padding:10px;*/
	z-index:99999;
	/*overflow:hidden;*/
	margin: 0 auto;
}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:0;
	_right:120px;
	top:0;
	position:absolute;
	color:#d01b21;
	/*color:#88d415;*/
    font-weight:700;
	display:block;
	cursor:pointer;
	z-index: 9999;
}
a#popupContactClose {
	text-decoration:none;
		color:#d01b21;

}

@media screen and (max-width: 800px){
.popup { width:100%; height:auto; }
.popup img { width:100%; height:auto; }
}
