$('.single input[type="submit"]').die("click").live("click", function(_event){
	var test_form = $(this).closest(".test-form");

	$(this).closest(".fwx-c").frameworkLoad({url: test_form.attr("action"), data: test_form});

	_event.preventDefault();
});
