<div class="navig">
<form method="post"
action="/enter/registration">
Логин [2 - 20]<br
/>
<input type="text" name="login"
maxlength="20" /><br />
Пароль [6 - 20]<br
/>
<input type="text" name="pass"
maxlength="20" /><br />
E-mail<br />
<input
type="text" name="email" maxlength="50"
/><br />
<input type="submit"
value="Продолжить" />
</form>
</div>