.optin_form input[type="text"] { background: #fff; color: #666; border: 1px solid #c8c8c8; } .optin_form input[type="submit"] { color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,.5); border: 0; background: -moz-linear-gradient(top,#CA6401 0%,#AB5400 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#EC6900),color-stop(1,#AB5400)); background: -webkit-linear-gradient(top,#CA6401 0%,#AB5400 100%); background: linear-gradient(top,#CA6401 0%,#AB5400 100%); } .optin_form input[type="submit"]:hover { background: linear-gradient(top,#1c1c1c 0%,#0f0f0f 100%); background: -moz-linear-gradient(top,#1c1c1c 0%,#0f0f0f 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1c1c1c),color-stop(100%,#0f0f0f)); background: -webkit-linear-gradient(top,#1c1c1c 0%,#0f0f0f 100%); }