div.popup {
    border: 1px black solid;
    display: inline;
    float: left
    }
div.popup div.title {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
    color: #3d3d3d;
    background-color: #e6e6e6;
    background-image: url(../images/divpopup/popupHeader.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    cursor: move
    }
div.popup.ontop div.title {
    color: #6d6d6d
    }
div.popup a.maximize, div.popup a.restore {
    background: url(../images/divpopup/maximize.png) no-repeat center center;
    display: block;
    float: right;
    width: 20px;
    height: 25px;
    cursor: pointer;
    line-height: 25px;
    margin-top: 0
    }
div.popup a.restore {
    background-image: url(../images/divpopup/restore.png)
    }
div.popup a.close {
    background: url(../images/divpopup/window_close.gif) no-repeat center center;
    display: block;
    float: right;
    width: 20px;
    height: 25px;
    cursor: pointer;
    padding: 0;
    line-height: 25px
    }
div.popup a.resize {
    background-image: url(../images/divpopup/window_close.gif);
    background-repeat: no-repeat;
    display: block;
    float: right;
    width: 20px;
    height: 11px;
    cursor: pointer;
    padding: 0;
    line-height: 25px;
    margin-top: 7px
    }
div.popupShadows {
    position: absolute;
    margin-left: -35px;
    margin-top: -20px;
    pointer-events: none
    }
div.popupShadows div.top {
    background-image: url(../images/divpopup/shadow_tl.png);
    background-repeat: no-repeat;
    padding-left: 67px
    }
div.popupShadows div.top div {
    background-image: url(../images/divpopup/shadow_tr.png);
    padding-right: 67px;
    background-repeat: no-repeat;
    background-position: right top
    }
div.popupShadows div.top div div {
    background-image: url(../images/divpopup/shadow_t.png);
    background-repeat: repeat-x;
    background-position: top left;
    height: 67px
    }
div.popupShadows div.middle {
    background-image: url(../images/divpopup/shadow_l.png);
    background-repeat: repeat-y;
    padding-left: 67px
    }
div.popupShadows div.middle div {
    background-image: url(../images/divpopup/shadow_r.png);
    padding-right: 67px;
    background-repeat: repeat-y;
    background-position: right top;
    height: 100%
    }
div.popupShadows div.bottom {
    background-image: url(../images/divpopup/shadow_bl.png);
    background-repeat: no-repeat;
    padding-left: 91px
    }
div.popupShadows div.bottom div {
    background-image: url(../images/divpopup/shadow_br.png);
    padding-right: 91px;
    background-repeat: no-repeat;
    background-position: right top
    }
div.popupShadows div.bottom div div {
    background-image: url(../images/divpopup/shadow_b.png);
    background-repeat: repeat-x;
    background-position: left 41px;
    height: 91px
    }