.ui-dialog-buttonpane button, button{
        -moz-box-shadow:inset 0px 1px 0px 0px #fceaca !important;
        -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca !important;
        box-shadow:inset 0px 1px 0px 0px #fceaca !important;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) ) !important;
        background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% ) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41') !important;
        background-color:#ffce79 !important;
     -webkit-border-top-left-radius:6px !important;
    -moz-border-radius-topleft:6px !important;
    border-top-left-radius:6px !important;
    -webkit-border-top-right-radius:6px !important;
    -moz-border-radius-topright:6px !important;
    border-top-right-radius:6px !important;
    -webkit-border-bottom-right-radius:6px !important;
    -moz-border-radius-bottomright:6px !important;
    border-bottom-right-radius:6px !important;
    -webkit-border-bottom-left-radius:6px !important;
    -moz-border-radius-bottomleft:6px !important;
    border-bottom-left-radius:6px !important;
    text-indent:0 !important;
    border:1px solid #eeb44f !important;
    display:inline-block !important;
    color:#ffffff !important;
    font-family:Arial !important;
    font-size:13px !important;
    font-weight:bold !important;
    font-style:normal !important;
    height:28px !important;
    line-height:19px !important;
    text-decoration:none !important;
    text-align:center !important;
    text-shadow:1px 1px 0px #ce8e28 !important;
    margin: 0.5em 0.4em !important;
    padding: 0.2em 0.6em 0.3em 0.6em !important;
    }
  /* .ui-dialog-buttonpane*/ button.ui-state-hover, button:hover{
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) ) !important;
        background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% ) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79') !important;
        background-color:#eeaf41 !important;

    }

