<!-- CONTENT AREA --> <div id="content"> <h1>Password Recovery</h1> <br/> [@error] <form method="post" action="forgot.php"> <table> <tr><td>Email Address:</td> <td><input type="text" name="email" style="width:200px;"></td></tr> <tr><td colspan="2" align="center"> <br/><input type="submit" id="submitstyle" value="Recover"></td></tr> <input name="getpass" type="hidden" id="getpass" /> </table></form> <br/> <p><b>Note:</b><br/><br/> Enter your email address above and a new auto-generated password will be emailed to you. You may then login to your account and update your password from the Account Settings page.</p> <div style="clear:both; width: 100%; padding-top: 15px; border-bottom: 3px solid #F3F1E9;"></div>