quote:
Originally posted by Shriveled Toe:
I think I figured it out. Where ever the input tag appears in the pl's, I need to add class="buttons" and then add that class into the CSS.
It looks like you understand how to do it now, but I'll clarify a few things. You'll probably only want to add the class to input elements of type button, submit, or reset. If you add it to input elements with type equal to text, for instance, your text fields will change styles as well.