Using wrap=virtual
in your HTML form boxes gets rid of the horizontal scrollbar at the bottom of the box:
<textarea name= "enquiry" rows="4" cols="30" wrap="virtual"></textarea>
See example here : http://jsbin.com/opube3/2 (Tested on FF and IE)