.contacto .form input[type="text"]{ padding-left: 39px; margin-bottom: 10px; color: white; height: 29px; border-radius: 3px; width: 89%; } .contacto .form input.nombre{ background: url('../img/formname.png') #2e3740 no-repeat 5px; } .contacto .form input.mail{ background: url('../img/formmail.png') #2e3740 no-repeat 5px; } .contacto .form input.telefono{ background: url('../img/formphone.png') #2e3740 no-repeat 5px; } .contacto .form textarea.mensage{ background: #2e3740; } .contacto .form textarea{ padding: 11px; width: 89%; margin: 0; border-radius: 3px; height: 113px; color: #fff; }