Here’s the HTML. You have
continuing the table model, the button bar is in a div (not truly bad,
but
incosistent).
Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.
<form action="/user/forgot_password" method="post">
<tr class="two_columns">
<td class="prompt"><label>Email Address:</label></td>
<td class="value"><input id="user_email" name="user[email]"
size=“30” type=“text” value="" />
<div class="button-bar">
<input name="commit" type="submit" value="Submit request" />
<a href="/user/login">Cancel</a>
</div>
</form>