input[type="text"], input[type="email"], textarea{ background-image:linear-gradient(bottom, rgb(232,232,232) 33%, rgb(224,224,224) 67%); background-image:-o-linear-gradient(bottom, rgb(232,232,232) 33%, rgb(224,224,224) 67%); background-image:-moz-linear-gradient(bottom, rgb(232,232,232) 33%, rgb(224,224,224) 67%); background-image:-webkit-linear-gradient(bottom, rgb(232,232,232) 33%, rgb(224,224,224) 67%); background-image:-ms-linear-gradient(bottom, rgb(232,232,232) 33%, rgb(224,224,224) 67%); border:1px solid #ABABAB; -webkit-box-shadow:inset 1px 2px 1px #D0D0D0; -moz-box-shadow:inset 1px 2px 1px #D0D0D0; box-shadow:inset 1px 2px 1px #D0D0D0; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; color:#686868; padding:5px; font-family:Century Gothic; font-size:14px; } input[type="text"]:focus, input[type="email"]:focus, textarea:focus{ background-image:linear-gradient(bottom, rgb(245,245,245) 33%, rgb(230,230,230) 67%); background-image:-o-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(230,230,230) 67%); background-image:-moz-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(230,230,230) 67%); background-image:-webkit-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(230,230,230) 67%); background-image:-ms-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(230,230,230) 67%); } form #nombre{ float:left; height:20px; width:200px; } form #email{ float:left; height:20px; width:200px; margin:0px 0px 0px 10px; } form #telefono{ clear:left; float:left; height:20px; width:200px; margin:10px 0px 0px 0px; } form #asunto{ float:left; height:20px; width:200px; margin:10px 0px 0px 10px; } form #mensaje{ clear:left; float:left; margin:10px 0px 0px 0px; width:423px; max-width:423px; } form #submit{ clear:left; float:left; margin-top:20px; background:#E2E2E2; border:none; padding:8px; -webkit-box-shadow:0px 0px 0px 1px #B2B2B2; -moz-box-shadow:0px 0px 0px 1px #B2B2B2; box-shadow:0px 0px 0px 1px #B2B2B2; margin-left:5px; cursor:pointer; font-family:Century Gothic; } form #submit:hover{ background:#F4F4F4; } #msjEnviado{ margin: 20px 0 0 40px; opacity:.9; float:left; display:none; }