﻿#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:9998;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:385px;
width:610px;
background:#FFFFFF;
z-index:9999;
padding:12px;
font-size:13px;
text-align: left;
}
#popupContact h1{
border-bottom: 1px dotted #D3D3D3;
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
padding-bottom: 2px;
text-align: left;
}
#popupContactClose{
right:6px;
top:4px;
position:absolute;
display:block;
cursor: pointer;
}
#button{
text-align:center;
margin:100px;
}