#js-popup { display: none; position: absolute; top:0; left: 0; width: 100%; height: 100%; background: url(/main/images/js_popup/overlay.png); }
#js-popup-box { position: absolute; padding: 3px; background: #ffffff; border: 2px ridge #8080ff; z-index: 10; text-align: center; font-size: 80%; }
#js-popup-image { margin: 0; padding: 0; }
#js-popup-wait { vertical-align: middle; }
#js-popup-close { position: absolute; top: 2px; right: 2px; cursor: pointer; }
#js-popup-resize { position: absolute; top: 5px; left: 5px; cursor: pointer; }