Hi there
Open templates/ja_zeolite/css/ja.vm.css file, at about line 51, find following code:
input.addtocart_button {
background:#333333 url(../images/bt-addtocart.gif) no-repeat scroll center top;
border:medium none;
color:#FFFFFF;
font-weight:bold;
height:25px;
margin:10px 0 0;
padding:0 0 2px;
text-indent:18px;
width:100px;
}
and change to:
input.addtocart_button {
background:#333333 url(../images/bt-addtocart.gif) no-repeat scroll center top;
border:medium none;
color:#FFFFFF;
font-weight:bold;
height:25px;
margin:10px 0 0;
padding:0 0 2px 3px;
text-indent:18px;
width:100px;
}