Hard coded paragraph tag around submit button as validator didn't like any lines of code inside a <form> tag not to be in a block tag.
echo '<p>';
echo '<input type="submit" name="submit" value="'.T_('Search').'" class="search_submit" />';
echo '</p>';