*{ margin: 0 auto; padding: 0; border: 0; } body{ background-color: transparent; font-family: Arial Narrow, Helvetica, sans-serif; font-size: 18px; color: #333; } .img-a{ background-image: url(img/bot_enviar:hover.png); background-image: url(img/bot_enviar.png); background-repeat: no-repeat; width: 75px; height: 30px; } .img-a:hover{ background-image: url(img/bot_enviar_hover.png); background-repeat: no-repeat; width: 75px; height: 30px; } input{ display: inline; border: #666 1px; border-style: solid; } textarea{ display: inline; border: #060 1px; border-style: solid; }