<input value="Login" type="text" onfocus="if(this.value == 'Login') this.value= ''" onblur="if(this.value == '') this.value = 'Login'">