A, TABLE, TH, TD, TR, SPAN, DIV { font-family: Verdana; font-size: 10pt; color: #678889; } TD { padding: 5px 0px; } BODY { background-image: url(bg1.jpg); background-repeat: no-repeat; background-position: top center; font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 12pt; } INPUT { padding: 10px 25px; font-family: 'Helvetica', serif; font-weight: 300; font-size: 18px; color: #fff; text-shadow: 0px 1px 0 rgba(0,0,0,0.25); background: gray; border: 1px solid ##FFD15C; border-radius: 5px; cursor: pointer; box-shadow: inset 0 0 2px rgba(256,256,256,0.75); -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75); -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75); transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; } INPUT:hover { background: #FFD15C; border: 1px solid rgba(256,256,256,0.75); box-shadow: inset 0 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5); } INPUT:focus { position: relative; bottom: -1px; background: gray; box-shadow: inset 0 1px 6px rgba(256,256,256,0.75); -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75); -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75); } .inputText { width: 188px; padding: 15px 25px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; color: #9d9e9e; text-shadow: 1px 1px 0 rgba(256,256,256,1.0); background: #fff; border: 1px solid #fff; border-radius: 5px; cursor:text; box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; } .inputText:hover { background: #dfe9ec; color: #414848; } .inputText:focus { background: #dfe9ec; color: #414848; box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); } #wrapper { position: absolute; top: 20%; right: 16%; }