Hi JohnnyMidrange,
On your site I just put cursor: pointer; under .wpcf7-submit { and it works fine for me. Give that a try.
It should now look like this:
.wpcf7-submit {
width: 107px;
height: 26px;
border: none;
margin: 0;
padding: 0;
background: url(https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif);
cursor: pointer;
}
Thanks,
Scott