<?php echo $message; ?> <form name="frmLogin" method="POST" style="text-align:left; padding-left:10px;width:680px;" action="index.php" onsubmit="return fwCheckLogin()"> <br /><big><u>Administrator login:</u></big> <table style="margin:10px;width:430px;"><tr><td width="70px">User:</td> <td><input type="text" style="border:1px solid #c0c0c0;" name="name" size="20"></td></tr> <tr><td>Password:</td> <td><input type="password" style="border:1px solid #c0c0c0;" name="password" size="20"> <a href="index.php?qur=8M2">Forget password</a></td></tr> <tr><td colspan="2" style="padding-top:20px;"> <input type="submit" value="Submit" class="button" name="B1"> <input type="reset" class="button" value="Reset" name="B2"></td></tr></table></form></div>