Add Button to right of "add to cart" button on product pages

I'm wanting to add a button next to the add to cart button on all product pages.  Can you let me know the best way to add this button?  The button I'm looking to embed is as follows:

background:    #013373;
background:    -webkit-linear-gradient(#013373, #073763);
background:    linear-gradient(#013373, #073763);
border-radius: 5px;
color:         #fff;
display:       inline-block;
padding:       8px 20px;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px 0 #000;




Comments

Sign In or Register to comment.