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