I'm using the latest version of WordPress and the latest version of Vanilla Cart, I was wondering how I can change wpsc_buy_button into my own logo
here is the stylesheet for it
input.wpsc_buy_button {background:#1E90FF; color:#F8F8FF; float:right; padding:5px; margin-right:20px; text-transform:uppercase; -moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;}
input.wpsc_buy_button:hover { background:#8A2BE2; }
please let me know