|    
			
				31/07/2009, 11:44
			
			
			  | 
  |   |  | Colaborador |  |  Fecha de Ingreso: octubre-2006 Ubicación: K-pax 
						Mensajes: 7.228
					 Antigüedad: 19 años Puntos: 280 |  | 
  |  Respuesta: Zafari y la %&@#!  
  Yo probaría a darle un ancho al label en lugar de auto:
 .buytel-box fieldset label, .buybulk-box fieldset label {color:#FFFFFF;
 float:left;
 font-size:20px;
 font-weight:normal;
 line-height:35px;
 width:1.3em;
 }
 
 Por ejemplo, o bien darle un display inline.
 
 Lo del IE6, supongo que se debe a la declaración de xml que haces al principio:
 
 <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css"?>
     |