
/* Popup CSS */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
z-index:99900;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
z-index:99999;
}
#popupContactClose{
line-height:64px;
right:6px;
top:4px;
}
#popupContactClose span{
	display:block;
	width:64px;
	height:64px;
	background:url(popup_close.png) no-repeat;
	float:right;
}