$(function(){
	$("#commentForm").validate({
		errorLabelContainer: $("#commentForm div.error")
	});
});
