﻿#mask {
position:fixed;
left:0;
top:0;
height:100%;
width:100%;
z-index:9000;
background:#000;
display:none;
}

* html #mask { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#overlay { background-image: none; }

#overlay #overlay-content {
position:fixed;
left:50%;
top:50%;
w/idth:440px;
h/eight:200px;
display:none;
z-index:9999;
p/adding:20px;
}

* html #overlay #overlay-content { /* ie6 hack */
p/osition: absolute;
m/argin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#overlay #overlay-content {
w/idth:315px; 
m/in-height:169px;
_h/eight:169px;
b/order:6px #ffffff solid;
p/adding:25px;
b/ackground:#FFFFFF;
b/order:1px #0152AF solid;
}
