I have created a CSS style class:
.btn { color:#050; font: bold 84% \'trebuchet ms\',helvetica,sans-serif; background-color:#fed; border:1px soli
just a note
input[type="button"]
isn't going to work on old browsers like IE6. If that's a problem you will unfortunately need to add your class to each item.