You can turn file upload field to a very sexy looking file upload by using this handy script
Demo:

Needed JQuery files :
1. jquery.min.js
2. jquery.filestyle.js
$(function() {
$("input.file_1").filestyle({
image: "choose-file.gif", imageheight : 22, imagewidth : 82, width : 200 }
); }
); Reference: http://www.appelsiini.net/projects/filestyle