$(document).ready(function(){
	$(".submitBtn").click(function(){
		$(this).parents("form:first").submit();
	})
})
