.pf-dialog .ui-dialog-content.ui-widget-content {
    padding: 15px 15px 0 !important;
    background: #ffffff !important;
}

.pf-dialog .ui-corner-all {
    border-radius: 3px !important;
}

.pf-dialog .ui-dialog-title, .pf-dialog .ui-widget {
    font-size: 1.1em !important;
}

.pf-dialog .btn {
    margin: 5px 10px 5px 0px !important;
}

.pf-button {
    text-shadow: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none !important;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.4;
}

.pf-button.btn-primary {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    color: white !important;
}

.pf-button.btn-primary.ui-state-hover {
    background-color: #367fa9 !important;
}

.pf-button.btn-primary.ui-state-active {
    background-color: #286090 !important;
}

.pf-button.btn-default {
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
}

.pf-button.btn-default.ui-state-active {
    background-color: #f4f4f4 !important;
    border-color: #adadad !important;
}

.pf-button.btn-default.ui-state-hover {
    background-color: #e7e7e7 !important;
    border-color: #adadad !important;
}

.pf-button.btn-default.ui-state-active {
    background-color: #e7e7e7 !important;
}

.pf-button.ui-state-focus {
    box-shadow: none !important;
}

.pf-button .ui-button-text {
    padding: 0 !important;
}