#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:999;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:504px;
width:788px;
/*background:#d6d6d6;*/
border:0px solid #666;
z-index:9991;
padding:7px;
font-size:13px;
text-align: center;
}
#popupContact div{ position: absolute; right: -10px; text-align: right; top: -10px;}
#popupContact h1{
text-align:left;
color:#096;
font-size:18px;
font-weight:700;
border-bottom:1px dotted #CCC;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:12px;
line-height:16px;
right:6px;
top:4px;
color:#ffffff;
font-weight:700;
}
#button{
text-align:center;
margin:100px;}

#popupContact .popupText{ color: #FFFFFF; font-size: 36px; font-weight: bold; line-height: 57px; padding: 150px 10px 0; text-align: center;z-index:9999}
#popupContact .popupLink{ text-align:center;}
#popupContact .popupLink a{ text-decoration:none; color:#999999;}
#popupContact .popupLink a:hover{ color:#ffffff;}
@media screen and (max-width: 850px) {
    div#popupContact{ width:300px; height:auto;}
    div#popupContact img{ max-width:100%;}
}