/* 
    Document   : popup
    Created on : 11-Apr-2013, 09:06:56
    Author     : ilex
    Description:
        Stylesheet for popup widnow.
*/

a.btn-close {
    display: block;
    width:16px;
    height:16px;
    background: url(/share/themes/img/popup/close.png);
    position: absolute;
    right: 0;
    top:0;
}

#dialog-overlay, #dialog-box { 
    display: none;
}
#dialog-box {
    padding-top: 16px;
    position: absolute;
    background: url(/share/themes/img/menu_bgr_1.png) top left repeat-x;
    border: 1px solid #7cb7d4;
}

