Hey there ... first off, thanks for your work in putting this code together ... just wanted to report that I had an issue getting the CSS to load ...
changes to fix:
Replaced ...
add_action( 'get_header', array( &$this, 'setup_styles' ) );
with ...
add_action( 'wp_enqueue_scripts', array( &$this, 'setup_styles' ) );
all good now ;-)
http://wordpress.org/extend/plugins/woocommerce-accepted-payment-methods/