How to apply styles to FileUpload control

To ask an unanswered question from someone else from over a year ago. Does anyone know how to apply styles to the fileupload control? In particular the button. Example : ImageShack - Best place for all of your image hosting and image sharing needs

http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/16643e30e58ec6d0852575c5004833b6?OpenDocument&Highlight=0,fileupload,css

Subject: Lacking browser support

Hi,

Browser support for styling a file upload control (input type=file) is very limited. You might want to consider a solution as described here:

http://www.quirksmode.org/dom/inputfile.html

Alternatively, you can implement a custom file uploader component as I’ve done in this project: OpenNTF.org - The Open Source Community for Collaboration Solutions

Mark

Subject: Re: Lacking browser support

Thanks Mark, will check out the links.