#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 101;
    border: 1px solid #99bbe8;
    background-color: #f6f6f6;
}

#popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #dae7f6;
    height: 100%;
}
#popup-header {
    position: relative;
    
    background-color: #cbddf3;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    background-position: top;
    
    color: #15428b;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #99bbe8;
    height: 27px;
}
#popup-title {
    padding: 7px 0 0 5px;
}
#popup-close {
    position: absolute;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
#popup-content {
    /*border: 1px solid #000;*/
}