I am implementing a design that uses custom styled submit-buttons. They are quite simply light grey buttons with a slightly darker outer border:
input.button
A hackish solution might be to use markup like this:
Go
and apply your border styles to the span element.