Modifica i due input dandogli un stile inline... così:
codice:
<input type="text" name="user" style="width:70px;" /> 
<input type="password" name="passwrd" style="width:70px;" />


_YD