<?
    $GLOBALS
['highlight'] = 'home';

    include(
'include/parts/header.php');
?>

<div class="header" style="color: #c7ff70;">Forgot Password</div>

<div class="content">
Please enter your email address, you will receive a confirmation email which will allow you to continue with the password recovery session.<br /><br />
<form action="?a=password" method="post" class="form">
<table width="100%" border="0">
<tr><td width="150" style="text-align: right;">Email Address:</td><td><input name="email" size="40" style="border: solid 2px black; margin: 0px; padding: 3px;"></td></tr>
<tr><td width="150" style="text-align: right;"></td><td><input type="submit" value="Get Confimation Email" style="border: solid 1px green; background: black; color: green;"></td></tr>
</table>
</form>
</div>

<?
    
include('include/parts/footer.php');
?>