HTML:
<form action="search.php" method="GET">
    <input type="text" name="q" value="Search for an item..." width="150" style="border: solid 1px black; padding: 3px;" />
    <input type="image" src="images/search_icon.png" style="width: 24px; height="30px;" /> 
</form>
私が得るもの:

ところで、ボタンだけにパディングを使用しようとすると、フォーム全体が下に移動します。