Salve

ho un piccolissimo problema...
ho un form con 5 campi

tutto si vede bene su firefox e opera, mentre su ie ho un leggero problema di layout

http://www.hotelsavana.it/servizi.php

come vedete il form RICHIEDI DISPONIBILITA' è spostato verso l'alto..

il codice:
codice:
<table width="533" border="0" cellspacing="0" cellpadding="0">

                              <tr>

                                <td width="228" rowspan="2">[img]images/welcomepic.gif[/img]</td>

                                <td width="305" height="76">[img]images/welcome.gif[/img]</td>

                              </tr>

                              <tr>

                                <td width="305" height="106" valign="top" background="images/plastic_surgery_21.gif"><table width="262" border="0" cellpadding="3" cellspacing="0" class="text11">

                                    <tr>

										<form action="servizi.php" method="POST">
                                      <td width="256" height="0" align="center" valign="top"><table width="95%" border="0" cellspacing="1" cellpadding="0">

                                          <tr>

                                            <td width="13%" rowspan="3" valign="middle" class="Stile2"></td>

                                            <td width="26%" valign="middle"><input name="arrivo" type="text" class="Stile18" id="textfield" value="Arrivo gg/mm/aa" size="17"></td>

                                            <td width="61%" valign="middle"><input name="persone" type="text" class="Stile18" id="textfield3" value="n&deg; ospiti" size="10"></td>

                                          </tr>

                                          <tr>

                                            <td valign="middle"><input name="partenza" type="text" class="Stile2" id="textfield5" value="Partenza gg/mm/aa" size="17"></td>

                                            <td valign="middle"><input name="stanze" type="text" class="Stile2" id="textfield4" value="n&deg; stanze" size="10"></td>

                                          </tr>

                                          <tr>

                                            <td colspan="2" valign="middle"><input name="email" type="text" class="Stile18" id="textfield2" value="inserite la vostra email qu&igrave;" size="30"></td>

                                          </tr>

                                          <tr>

                                            <td valign="middle" class="Stile2"></td>

                                            <td colspan="2" valign="middle">

                                              <div align="left">

                                                <input type="reset" name="button" id="button" value="Resetta">

                                                <input type="submit" name="button3" id="button3" value="Invia">

												  <input type="hidden" name="nascosto" value="1">

											  </form>

                                              </div></td>

                                          </tr>

                                      </table>

                                      </td>

                                    </tr>

                                </table>
il problema è che...se tolgo l'intestazione del form
<form action="servizi.php" method="POST">

si vede tutto bene...se la metto, in qualsiasi posizione mi crea quell'effetto indesiderato

ho provato anche a mettere

form {
float: left;
line-height: 0px;
}

ma non ha funzionato...sapete aiutarmi?

Grazie

ps. si il codice fa schifo, è generato con dreamwaver, ma non l'ho scritto io! me l'hanno passato e devo solo sistemare il codice php!...solo che sistemando il form si ottiene questa schifezza su ie