@CHARSET "UTF-8";

.ui-dialog {
    background: #fff;
    font-size: 0.9em;
    border: 1px solid #ccc;
}

.ui-dialog-titlebar {
    padding: 5px;
    wbackground: #eee;
    font-size: 0.9em;
    wheight: 18px;
    cursor: move;
}

    span.ui-dialog-title {
        float: left;
    }
    
    a.ui-dialog-titlebar-close {
        float: right;
        color: #000;
    }
    
.ui-dialog-content {
    padding: 10px 5px;
    color: #888;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 5px;
    margin: 0 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: none;
}

.ui-widget-overlay {
    background: #000;
}
