﻿
#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:20;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:550px;
background: url(img/bg--popup.png);
z-index:21;
padding:5px;
font-size:13px;
color:#000;
text-align:center;
}
#popupContent {
	background:	#fff;
	/* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
	height: 300px;
	overflow: auto;
}

#popupContact h1{
text-align:center;
color:#ff0000;
font-size:22px;
font-weight:700;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#ff0000;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}