I use this and the download message is placed in the upper right corner. Just play with css.
Hope this helps.
Rob
$.blockUI({ message: '<img src="_assets/images/loading.gif" /><span style="margin-left:5px; font-family:arial;">Loading...</span>', fadeIn: 700, fadeOut: 700, timeout: 1000, showOverlay: false, centerY: false, css: { width: '150px', top: '10px', left: '', right: '10px', border: 'none', padding: '5px' } });
source share