Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/12/2008, 12:20
rdhosting
 
Fecha de Ingreso: octubre-2003
Ubicación: Montevideo
Mensajes: 256
Antigüedad: 20 años, 5 meses
Puntos: 0
Respuesta: Problema en Google Chrome

[CODE]
/* ----------- CONTACT FORM ------------- */

div.formContact{
width:350px;
overflow:hidden;
margin-top:25px;
}

div.formContact form label{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
margin:8px 0 0 33px;
}

div.formContact form label.error{
color:#FFF;
margin:10px 0 0 5px;
display:inline;
width:200px;
}

div.formContact form br{
clear:left;
}

div.fieldContact{
clear:left;
margin:4px 0 10px 0;
}

div.form_name{
background:url(../../media/images/bg_name-trans_contact-form.png) no-repeat top left;
width:350px;
height:30px;
}

div.form_mail{
background:url(../../media/images/bg_mail-trans_contact-form.png) no-repeat top left;
width:350px;
height:30px;
}

div.form_icq{
background:url(../../media/images/bg_icq-trans_contact-form.png) no-repeat top left;
width:350px;
height:30px;
}

div.form_text{
background:url(../../media/images/bg_text-trans_contact-form.png) no-repeat top left;
width:350px;
height:160px;
}

div.formContact form input, textarea{
width:270px;
margin:5px 0 0 5px;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
border:0;
}

div.formContact form input.button{
float:right;
width:39px;
margin:2px 9px 0 0;
height:14px;
}

div.formContact form textarea{
width:300px;
height:130px;
overflow:auto;
margin:0 0 0 33px;
}

#contact-info {
float: right;
width: 290px;
margin-top: -416px;
}
#contact-info li {
margin: 0 0 10px 0;
font-size: 13px;
}
#contact-info #mail {
padding: 0 0 0 26px;
background-image: url(../../media/images/mail.png);
background-repeat: no-repeat;
background-position: 0 2px;
}
#contact-info #icq {
padding: 0 0 0 26px;
background-image: url(../../media/images/logo_icq.png);
background-repeat: no-repeat;
background-position: 0 0px;
}
#contact-info #skype {
padding: 0 0 0 26px;
background-image: url(../../media/images/logo_skype.png);
background-repeat: no-repeat;
background-position: 0 0px;
}
#contact-info #msn {
padding: 0 0 0 43px;
background-image: url(../../media/images/logo_msn.png);
background-repeat: no-repeat;
background-position: 0 2px;
}
#contact-info span {
font-weight: bold;
}
.big_text {
font-size: 16px;
}
[CODE]