ThomasX: margin geht nicht

Beitrag lesen

Hallo,
ich habe ein Problem:

.inner {
 font-family: Verdana, Tahoma, Arial;
 font-size: 11px;
 color: #444444;
 background-color: #FAFAFA;
 border: #D1D7DC;
 border-style: solid;
 border-width: 1px;
 margin-left: 15px;
}

**********************************************

<table width="450">
   <tr>
      <td class="inner">
         <form method="post" action="show.php?action=search">
     <select name="at_name" class="main_select">
        [...]
     </select> 
            <input type="submit" value="Go" class="main_input">
      </td>
   </tr>
</table>

hier wird nichts eingerückt ...
habt ihre eine Ahnung waran das liegen könnte

Danke im Voraus