It is due to the <br /> tags. Remove the <br /> tags highlighted in red below:
<tr>
<td colspan="3" align="left"><font face="Arial" size="1">
<a href="password.asp" onMouseOver="(window.status='Choose a new password if you have forgotten your current one...'); return true" onMouseOut="(window.status=''); return true" tabindex="-1">Forgot your Password?</a>
<br /><br /></font></td>
</tr>