| 93 | | <div>name<br /> |
| 94 | | <input name="name" type="text" id="username" size="25" maxlength="64" style="width:97%"> |
| 95 | | <script>setMainFocus();</script> |
| 96 | | </div> |
| 97 | | <div>password<br /> |
| 98 | | <input name="password" type="password" id="password" size="25" maxlength="24" style="width:97%"></div> |
| 99 | | <div align=right style="padding-bottom:15px;"><input name="command" type="submit" class="Buttons" value="Log On" style="width:75px;"></div> |
| | 93 | <label for="username">name<br /> |
| | 94 | <input name="name" type="text" id="username" size="25" maxlength="64" style="width:97%" /> |
| | 95 | <script>setMainFocus();</script></label> |
| | 96 | <label for="password">password<br /> |
| | 97 | <input name="password" type="password" id="password" size="25" maxlength="24" style="width:97%" /></label> |
| | 98 | <div align=right style="padding-bottom:15px;"><input name="command" type="submit" class="Buttons" value="Log On" style="width:75px;" /></div> |