#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
border:1px solid #000;
z-index:3;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:890px;
font-family:"Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
z-index:4;
padding:12px;
font-size:11px;
color:#464646;
top:50px!important;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:46px;
top:10px;
position:absolute;
color:#f00;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
.popTop{background:url(../images/popTop.png) no-repeat; width:660px; height:23px;}
.popMid{background:url(../images/popRep.png) repeat-y; width:660px;}
.popBot{background:url(../images/popBot.png) no-repeat; width:660px; height:26px;}