Tenés un problema de anidamiento html. Esto está mal, ya que estás rompiendo la estructura de la tabla:
Código PHP:
<table width="325" height="263" border="0" cellspacing="20">
<form>
Deberías usar esto:
Código PHP:
<form><table width="325" height="263" border="0" cellspacing="20">