Could I just say though that if you do that, you will put a right margin on all the ectbuttons on the store. If you click the button with the right mouse button however and choose "inspect" you should see the classes that are assigned to that particular button in the object inspector. It could be say that the email friend button has a class "emailfriend" so you could use... input.emailfriend{margin-right:8px;} Or the get price button a "getprice" class so input.getprice{margin-left:8px;} That way you would not be affecting the whole store.