425
426 input:hover {
427 background-color: #73b038;
428 }
429
430 input:active {
430 input:active, input:focus {
431 background-color: #83c048;
432 }
433