Uffffffffaaaaaaaa

quando metto i TAG per il form

codice:
<form name="form_login" action="login.php" method="post">
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="testo_piccolo">UserName:</td>
    <td><input type="text" name="unsername" size="20" /></td>
    <td>[img]images/pixel.gif[/img]</td>
    <td class="testo_piccolo">Password:</td>
    <td><input type="text" name="password" size="20" /></td>
	</tr>
</table>
</form>
la tabella prende "un bordo" e spazia ciò che c'è intorno...come posso azzerare questa spaziatura data dal TAG form ?