$(function(){
	$('form[@id^="payment"]').submit(function(){
		document.getElementsByName("submit_button")[0].disabled = true;
		});
	});
