
#popupContactClose {
cursor: pointer;
text-decoration:none;}

#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:2000;}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:266px;
width:396px;

/*background:url(/images/quicklogin_bg.png) no-repeat;*/
background-color:#265197;
border:0px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
-webkit-border-radius: 5px 5px 5px 5px ;
     -moz-border-radius: 5px 5px 5px 5px ;
          border-radius: 5px 5px 5px 5px ;
}

#popupContact dl{width:396px;}
#popupContact h1{text-align:left;
color:#fff;
font-size:36px;
font-weight:700;
padding-bottom:2px;
margin-bottom:0px;
margin-top:18px;
margin-left:4px;
text-indent:-9999px; }

#popupContact p{
padding-left:60px;}

#popupContactClose{
font-size:16px;
line-height:16px;
right:6px;
top:4px;
position:absolute;
color:#fff;
font-weight:700;
display:block;}

#popupContact .headline {padding:17px;font-size:30px; color:#fff;}
#popupContact .note {padding:17px;border-top:1px dotted #fff;border-bottom:1px dotted #fff; color:#fff;}