I got this great form from this site,
and it looks really great in Firefox,

But in Internet Explorer it shows up like this

I have tried to change the css in the chronoform theme folder for IE6 and IE7
but I cant get it right...
http://casaenecuador.ec/component/option,com_chronocontact/chronoformname,forma/lang,es/
Any ideas how I can make it look the same in Explorer?
Thanks a lot!
and it looks really great in Firefox,

But in Internet Explorer it shows up like this

I have tried to change the css in the chronoform theme folder for IE6 and IE7
but I cant get it right...
http://casaenecuador.ec/component/option,com_chronocontact/chronoformname,forma/lang,es/
label3
{
width: 20em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
<fieldset>
<legend><strong>Sus Datos</strong></legend>
<br/><p><label3 for="name">Su nombre:</label3><input type="text" name="name" title="Ingrese su nombre aquí"size="20"></p>
<p><label3 for="surname">Su apellido:</label3><input type="text" name="apellido" title="Ingrese su apellido aquí" size="20"></p>
<p><label3 for="business">Empresa:</label3><input type="text" name="business" size="20"></p>
<p><label3 for="email">Correo:</label3><input name="email" type="text" title="Ingrese su correo electrónico correctamente"size="20">
<p><label3 for="dayphone">Teléfono:</label3><input type="text" name="day_phone" size="20"> </p>
<p><label3 for="cell">Celular:</label3><input type="text" name="cell_phone" size="20"></p>
<p><label3 for="civil">Estado Civil:</label3><input type="text" name="estado_civil" size="20"></p>
<p><label3 for="sueldo">Sueldo mensual (USD):</label3><input type="text" name="sueldo" size="20"></p>
<p><label3 for="inicial">Entrada Inicial (USD):</label3><input type="text" name="entrada" size="20"></p>
<p><label3 for="cuota">Valor de la cuota que estima pagar (USD):</label3><input type="text" name="cuota" size="20"></p>
<p><label3 for="antiguedad">Antiguedad laboral:</label3><input type="text" name="antiguedad" size="20"></p>
<br/>
<label3 for="propiedad"><strong>Posee alguna propiedad o vehículo</label3></strong>
<select NAME="propiedad" id="ff_elem203" size="1">
<option SELECTED VALUE="none">-</option>
<option VALUE="Si">Si</option>
<option VALUE="No">No</option>
</select></p>
<br/>
<label3 for="afilliado"><strong>Está usted afiliado al IESS?</label3></strong>
<select NAME="afilliado" id="ff_elem203" size="1">
<option SELECTED VALUE="none">-</option>
<option VALUE="Si">Si</option>
<option VALUE="No">No</option>
</select></p>
<br/>
<label3 for="conyugue"><strong>Está su conyugue afiliado(a) al IESS?</label3></strong>
<select NAME="conyugue" id="ff_elem203" size="1">
<option SELECTED VALUE="none">-</option>
<option VALUE="Si">Si</option>
<option VALUE="No">No</option>
</select></p>
</p>
</fieldset>
Any ideas how I can make it look the same in Explorer?
Thanks a lot!