.dialog_frame {
    position: absolute;
    background-color: #fff;
    border: outset #000059 2px;
    padding:0;
    font-size: small;
    left: 0;
    top: 150;
    visibility: hidden;
    z-index: 6000;
}

* html .dialog_frame {
    font-size: x-small;
}

.dialog_title {
    background: url(/img/dialog/dialog_title.png);
    border: inset #17375c 1px;
    margin-right: 0px;
    margin-left:0px;
    height: 20px;
    padding: 5px;
    border-left: 0px;
    border-right: 0px;
    border-top:0px;
z-index: 6100;
}

.dialog_close {
    background: url(/img/dialog/editdelete.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
z-index: 6110;
}

.title_area {
    float: left;
z-index: 6100;
}

.dialog_content {
    padding: 5px;
    margin: 0px;
    background-color: white;    
z-index: 6100;
}

.nextPage img, .prevPage img{
    text-decoration: none;
    border: 0px;
z-index: 11;
}

