  $(function() {
      $("input.file").filestyle({ 
          image: "../graphics/btn_browse.gif",
          imageheight : 21,
          imagewidth : 54,
          width : 207
      });
  });