<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div><input type="text" value="type and press enter" name="s" id="s" onfocus="value=''" onblur="value='type and press enter'" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>