I have a text field and button with following css:
JS fiddle link : http://jsfiddle.net/Tdkre/
.submit { -moz-box-shadow:inset 0px 1px 0px 0px
try this:
In your css file put this on the end of file or somewhere else: input[type="file"]::-webkit-file-upload-button. This syntax is only for button style.
input[type="file"]::-webkit-file-upload-button
If you put there only: input[type="file"] you can style the array where you have filename.
input[type="file"]