I'm using the following input field
<input class="upload_button" type="file" multiple="" name="userfile">
To upload multiple files to a system, I can't work out how to style this with CSS properly, as the button and input box seem to be binded together?!