<!-- BEGIN BODY --> <table border=0 width=90%> <tr> <td align=left> <!-- BEGIN PAGE CONTENT --> <div> <h2>Confirm New Account</h2> To confirm your new account, please enter the confirmation ID supplied<br /> in the e-mail message that was sent to you after you created your account. <br /> <br /> <form action="accounts.php" method="post"> <table> <tr> <td>Confirmation ID</td> <td> <input type="text" name="Confirm_ID" size="20"> </td> </tr> <tr> <td> <br /> <input type="hidden" name="Run" value="ConfirmAccount"> <input type="submit" value="Confirm New Account"> </td> </tr> </table> </form> </div> <!-- END PAGE CONTENT --> </td> </tr> </table> <!-- END BODY -->