<form action="index.php" method="post" name="buscador">
<input name="buscar" type="text" value="" onfocus="if (this.value == 'Buscar...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Buscar...';}">
<input name="buscador" type="submit" value="Buscar" >
</form>