$(document).ready(function() {
	$("#form_nl").validate({errorElement:"span"});
});