﻿#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 #000;
z-index:10000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:457px;
height:600px;
z-index:20000;
}
#popupContactClose{
font-size:12px;
right:25px;
top:15px;
position:absolute;
color:#fff !important;
font-weight:700;
display:block;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif
}
#button{
text-align:center;
margin:100px;
}