#dialogBox-header {
    background: url(../img/fancybox/hd-bg.png);
    padding: 8px 18px 5px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#dialogBox-header h2 {
    color: #444;
    font-size: 2em;
    margin-top: 9px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#dialogBoxTitle {
    font-weight: 500;
}

#dialogBox-body {
    padding: 14px 20px;
}

#dialogBox-footer {
    border-top: 1px solid #DFDFDF;
    padding: 12px 20px 12px 20px;
    width: 100%;
}

#dialogBox-footer .button-list {
    float: right;
    margin-bottom: 10px;
}

#dialogBox-footer .button-custom {
    float: left;
}

#dialogBox-footer div button {
    margin-left: 8px;
}