#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:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:400px;
background:#FFFFFF;
border:12px solid #cecece;
z-index:2;
padding:5px;
font-size:20px;
}
#popupContact h1{
text-align:left;
color:#d93315;
font-size:18px;
font-weight:700;
border-bottom:1px dotted #701400;
padding-bottom:2px;
}
#popupContact h2 a{
text-align:left;
color:#f39800;
font-size:18px;
font-weight:700;
padding-bottom:2px;
}
#popupContactClose{
font-size:20px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:orange;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}