input[type=submit], input[type=reset], input [type=button]{ color: #505050; font: 9px 'Verdana'; border: 1px solid #333; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px; background: #1c1c1c; margin: 1px; } input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover { color: #598189; font: 9px 'Verdana'; border: 1px solid #555; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px background: #101010; cursor: pointer; margin: 1px; } input[type=submit]:active, input[type=reset]:active, input[type=button]:active { color: #4c6e75; font: 9px 'Verdana'; border: 1px solid #444444; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px background: #101010; cursor: pointer; margin: 1px; }