﻿#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:205;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:464px;
	width:308px;
	z-index:220;
	font-size:13px;
	background-color: #fff;
	background-image: url(../images/popup_form_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #323232;
}

#popupContactClose{
font-size:18px;
line-height:14px;
right:-38px;
top:-32px;
position:absolute;
color:#1cc2f3;
font-weight:700;
display:block;
cursor: pointer;
padding-right: 5px;
line-height: 2px;
padding-top: 2px;

}
#button{
text-align:center;
margin:100px;
}