Buenas,
 
Tengo esto:  
 Código PHP:
    <table>
<tr><td class=Forms>First Class: </td><td><input maxlength="3" value="150" type="text" name="pax" /></td></tr>
    </table><br /> 
    
  El problema es que al poner first class separado me hace un salto de línea poniendo: First (línea arriba) y Class (línea abajo). 
Quiero evitar el salto de línea. 
El estilo Forms css es este:    
Código CSS:
Ver original- background-color: #206D13; 
-     color: white; 
-     text-align: left; 
-     text-indent: 10px; 
-     font-family: Century Gothic; 
-     font-weight: normal; 
-     font-size: 15px;