You have to edit php code manually in theme folder. I do not know which php file because every web designer has slightly different design style. You can try to open home.php, index.php, single.php, page.php and search for:
Code:
<div id="search" class="grid_7 prefix_17">
<form action="http://www.sincerewealth.com/" method="get">
<div class="search_box">
<input id="search_field" name="s" type="text" class="inputbox_focus inputbox pngfix" value="Search..." />
<input type="submit" value="" class="search-btn pngfix" />
</div>
</form>
</div><!-- end search -->
Should backup your theme before messing around with the code. Wish you luck