Something like this?
Code:
<form style="position: relative; display: inline; " action="http://your_search_engin.html" method="get" accept-charset="utf-8" onsubmit="your_submit_function()">
<input type="text" size="10" style="font-family: arial; font-size: 13px; position: relative; top: 0px; background: white; border: 1px solid silver; margin-left: 25px; width: 200px; height: 30px; padding-right: 25px" onclick="reset()">
<input type="image" style="position: relative; width:35px; top: 11px; margin-left: -35px; background: transparent; opacity: 0.5" src="http://cdn5.iconfinder.com/data/icons/glyph_set/128/search.png" name="submit" alt="click to search">
</form>
Bookmarks