[OT?] Styling a.ui-state-default and input.ui-state-default the same

[OT?] Styling a.ui-state-default and input.ui-state-default the same


Hi, I'm trying to style a "button like" link and a button the same way
using the theme framework, but the button and the links do not look the
same at all.
<a class="ui-state-default ui-corner-all" href="#">Link</a>
<input id ="save" name="save" value="Save" class="ui-state-default
ui-corner-all" type="submit" />
Does anyone have any input on how I should "reset" the input element to
get this to work?
I tried creating an extra "button" class for this:
input.button, a.button { font-size: 100%; padding:3px 5px 3px 5px;
margin: 0; }
In firefox, the fontsize setting fixes some of the things, but I cannot
get the button padding to match. Any tips?
kind regards,
Tarjei