.button {
margin: 1px;
padding: 2px;
}

.button:hover {
opacity:.60;
filter: alpha(opacity=60); 
-moz-opacity: 0.60;
}