Code:
<table border="0" cellpadding="0" cellspacing="0">
<form action="member.php" method="post">
<tr>
<td nowrap><smallfont>No Cookies?<br>Enter your Username and Password to Login:</smallfont></td>
</tr><tr>
<td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
<input type="text" class="bginput" name="username" size="7">
<input type="password" class="bginput" name="password" size="7">
<input type="submit" class="bginput" value="Login!"></td>
</tr>
</form>
</table>