<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
z-index:10000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:600px;
background:#019ee3;
z-index:20000;
}
#popupContactClose{
font-size:12px;
right:10px;
top:25px;
position:absolute;
color:#000;
font-weight:700;
display:block;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif
}
#button{
text-align:center;
margin:100px;
}
#popupContact img{width:600px; height:auto;}</pre></body></html>