The upload field / browse file feature is very dependent on the browser used. Unfortunately they all handle this form field differnetly and allow for different ways to style it (or show lack thereof).
The only way to change the size of the field for FF is to add an attribute to the field (in the HTML): size="XX"which currently is not supported.
It's on the "wishlist" though…Possible workaround: you can use jQuery or simple javascript call to add this attribute to the field after the form has loaded, e.g. (jQuery!):