By default, your button colors will be set in Theme Options> Basic Styling. To change the styling of the Place Order button in the checkout page, add this CSS to the Theme Options> Custom CSS box:
[css]#payment #place_order { color: #000; background: #8b909a; } #payment #place_order:hover { color: #8b909a; background: #000; }[/css]
Change the colors to whatever you need, and add properties to the CSS as wanted.