@charset "utf-8";
/* CSS Document */

#popup { width: 530px; height: 500px; position: absolute; top: 50px; left: 50px; z-index: 1000; background: #fff; color: #000; border: 4px solid #ccc; }
#popup-header { text-align: right; background: #eee url(/img/popup-header-bg.png) 0 0 repeat-x; height: 22px; padding: 8px 10px 0 5px; }
#popup-content { display: block; background: #FFFFFF; }
#popup a { font-weight: normal; }

#popup #move { display: block; height: 16px; width: 21px; background: url(/img/ico-move.png) 0 2px no-repeat; float: left; cursor: move; }
#popup #title { float: left; font-weight: bold; }
a#print { background: url(/img/ico-printer.png) 0 0 no-repeat; padding: 0 0 3px 22px; margin: 0 10px 0 0; }
a#close { background: url(/img/ico-close.png) 0 1px no-repeat; padding: 0 0 3px 20px; }
a#new-window { background: url(/img/ico-window.gif) 0 1px no-repeat; padding: 0 0 3px 20px; margin: 0 10px 0 0; }