In this Form that I'm using, the 'Choose File' and 'No file chosen' are very close together. How do I move them farther apart? Here is the part of the Form's code that I believe is for this: <div class='controls'> <input id="file" type="file" name="file" /> <?php //echo form_error('file'); ?> </div> Code (markup):