$(document).ready(function() {
	
	$("a.grouped_elements").fancybox();
	
	$("#form-signup").validate();
	
});



