$(document).ready(function () {

 $("input[type=file]").filestyle({ 
     image: "fileadmin/sys/gfx/button_browse.gif",
     imageheight : 13,
     imagewidth : 96,
     width : 187
 });

});


