    
        .ui-dialog-titlebar
        {
            color: Red;
            background: #35353535;
            max-height: 20px;
        }
        .ui-widget-content
        {
            color: #0fffff;
            background: gray !important;
            border: none;
        }
        
        .ui-widget
        {
            -moz-box-shadow: 1px 1px 12px rgba(0,15,0,1);
            -webkit-box-shadow: 1px 1px 12px rgba(0,15,0,1);
            box-shadow: 1px 1px 12px rgba(0,15,0,1);
            padding: 0;
            border-radius: 0;
        }
        
        button.btn.ui-state-active, button.btn.ui-state-hover
        {
            border: 1px solid #a5a5a5 !important;
            font-weight: bold;
            background: #777777;
            background: -moz-linear-gradient(top, #b6b6b6 0%, #939393 2%, #777777 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b6b6), color-stop(2%,#939393), color-stop(100%,#777777));
            background: -webkit-linear-gradient(top, #b6b6b6 0%, #939393 2%,#777777 100%);
            background: -o-linear-gradient(top, #b6b6b6 0%, #939393 2%,#777777 100%);
            background: -ms-linear-gradient(top, #b6b6b6 0%, #939393 2%,#777777 100%);
            background: linear-gradient(top, #b6b6b6 0%, #939393 2%,#777777 100%);
            color: #dddddd;
        }
        
        .ui-widget .headpanel
        {
            padding-top: 10px;
            height: 30px;
        }
        
