@CHARSET "ISO-8859-1";
.blockUI.defaults.css = {
        padding:        0,
        margin:         0,
        width:          '35%',
        top:            '40%',
        left:           '35%',
        textAlign:      'center',
        color:          '#000',
        border:         '3px solid #aaa',
        backgroundColor:'#fff',
        cursor:         'wait'
    };
    
.blockUI.defaults.overlayCSS =  {
        backgroundColor: '#000',
        opacity:          0.0,
        cursor:          'wait'
    };