


/* this is the products page ad to cart button */
input.wpsc_buy_button { border:1px solid #000; background:#ccc; color:#000; 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:#666; }
