Erwin it appears you have some extra code at the bottom of the form template that throws it off
PHP Code:
<p align="center">
<input type="submit" value="Submit" name="submit" style="font-family: Verdana; font-size: 10pt" class="button">
<input type="reset" value="Reset" name="reset" style="font-family: Verdana; font-size: 10pt" class="button">
</p></td></tr>
</table>
</td>
</tr>
</table>
</form>
$footer
</body>
</html>
the extra </td></tr></table> was throwing off how my page looked on the bottom because it was closing my table speficed in my header template. Hope you have a chance to edit it.