ok thaks it seems good and how to remove that search option of theme as i tried to edit searchform.php but there was no effect this is my searchform.php
<div id="search">
<form method="get" action="<?php bloginfo('url'); ?>/">
<input type="text" name="s" id="s" onfocus="if
(this.value==this.defaultValue) this.value='';" onblur="if(this.value == '') this.value=this.defaultValue;" value="Search..." />
<input id="searchsubmit" type="submit" value="" />
</form>
</div>