<form method="get" action="/search">
<p>
<input type="text" name="q" id="search_field" value="Type and hit enter to search" alt="search" onfocus="this.value = '';" onblur="if(this.value == ''){this.value = 'Type and hit enter to search'}" />
</p>
</form>