Small PayPal plugin sent. Hopefully you have some comfort with PHP?
To change the submit button for only on form, you will need to add some CSS to your theme style.css. It would look something like this:
#frm_form_5_container .submit input[type="submit"]{
background: url('image/url/here');
}
Be sure to replace the 5 in frm_form_5_container with the ID of your form. There will be more CSS needed to override the styling in your Formidable styling settings.