I have created a CSS class called \'button\' and applied it to all of my INPUT tags by simply using :
.button input { //css stuff here }
try this:
.button input, .button a { //css here }
That will apply the style to all a tags nested inside of