@charset "utf-8";
/* CSS Document */


#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 #ffffff;
z-index:1000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:285px;
width:360px;
background-image:url(../images/bg_under21.png);
background-repeat:no-repeat;
z-index:2000;
padding:0;
font-size:13px;
}

#popupContactClose{
/**right:6px;   ****FOR POSITIONING X IN UPPER RIGHT
top:4px;
position:absolute;**/
display:inline;
border:none;
cursor:pointer;
}
