
#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:5;
}
#popupContact{
color: #069;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:220px;
width:500px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:6;
padding:12px;
font-size:13px;
font-family: verdana;
overflow: auto; 
scrollbar-3dlight-color: #D6E6C5;
scrollbar-arrow-color: #345714;
scrollbar-track-color:#F6F8EC;		
scrollbar-base-color: #D6E6C5;
scrollbar-darkshadow-color: #345714;
scrollbar-face-color: #D6E6C5;
scrollbar-highlight-color: #FFF;
scrollbar-shadow-color: #345714;
}

#popupContact h1{
    font-family: Verdana, Helvetica;
    font-size: 22px;
    text-align:left;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContact li {margin-bottom:10px;text-align:left;}

#popupContact a {color: #036;text-decoration:underline;}
#popupContact a:hover {color: #069; text-decoration:none;}
#popupContact p.BottomPopUp {border-top:1px dotted #D3D3D3;text-align:center;margin-top:20px;padding-top:10px;}

#popupContactClose{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#069;
    font-weight:700;
    display:block;
}

