The code below will allow you to use an image as the submit button, just modify it to suite you. Regarding the height of the input box, you might be able to change the height by adding styles to it - but it may not be suited by all browsers.
Code:
<INPUT TYPE="image" NAME="submit" src="images/form_submit.gif" width="82" height="27" border="0" alt="Submit">
|