Just add something like the following into you templates
index.php file:
Code:
<form action="index.php" method="post">
<div align="left">
<input class="inputbox" type="text" name="searchword" size="23" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</div>
</form>