Серебряная форма входа

Простенькая серебряная форма входа для вашего сайта
Сам код:
Код
<div id="logform"><div style="text-align: center;"><input id="lognamepass" type="text" name="user" value="Логин/E-mail" onblur="if(this.value=='') this.value='Логин/E-mail';" onfocus="if(this.value=='Логин/E-mail') this.value='';"></div>
<div style="clear:both;"></div>
<div style="text-align: center;"><input id="lognamepass" type="password" name="password" value="**********" onblur="if(this.value=='') this.value='**********';" onfocus="if(this.value=='**********') this.value='';"></div><div style="clear:both;"></div>
<input id="logbutton" name="sbm" type="submit" value="Войти">
</div>
<div style="clear:both;"></div>
<div style="text-align: center;"><input id="lognamepass" type="password" name="password" value="**********" onblur="if(this.value=='') this.value='**********';" onfocus="if(this.value=='**********') this.value='';"></div><div style="clear:both;"></div>
<input id="logbutton" name="sbm" type="submit" value="Войти">
</div>