|    
			
				08/01/2009, 12:03
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: enero-2009 
						Mensajes: 141
					 Antigüedad: 16 años, 9 meses Puntos: 1 |  | 
  |  input text con css  
  q tal tngo un problema tngo un formulario con mucho input pero quiero darle dimenciones solo a los tipo text como hago referencia a estos intente  algo asi
 #formulario input text{
 width:15em;}
 
 y el html
 
 <div id="formulario">
 <form action="insertar_candidato_accion.php" method="get" id="formulario" name="formulario">
 y aqui todos los input q quiero cambian
 
 </form>
 </div>
 
 tambien intente con este css
 
 input text{
 width:15em;}
 
 pero que va si alguien me ayuda GRACIAS!!!!
     |