#dialog {
    background-color: white;
    width: auto;
    height: auto;
    }

#dialog_frame {
    position: absolute;
    border: outset #000059 2px;
    padding:0;
    font-size: small;
    left: 0;
    top: 0;
    text-align: clenter;
    visibility: hidden;
}

* 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;
}

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

#title_area {
    float: left;
}

#dialog_content {
    padding: 5px;
    margin: 0px;
    background-color: white;    
}

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