<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="loginengine.php">
<p align="center">Members only. Please login to access this
document.</p>
<table align="center" border="0">
<tr>
<th> Username: </th>
<th>
<input type="text" name="username">
</th>
</tr>
<tr>
<th> Password: </th>
<th>
<input type="password" name="password">
</th>
</tr>
<tr>
<th colspan="2" align="right">
<input type="submit" value="Login" name="submit">
</table>
</form>
</body>
</html>