Form Input Text dengan CSS3
input.styled { background-color: #eee; background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #eee),color-stop(100%, #fff) ); background: -moz-linear-gradient( top, #eee, #fff ); border: solid 2px #fff; padding: 3px 7px 3px 7px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: 0px 1px 3px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7); color: black; text-shadow: 0px 1px 1px white; [...]