$(document).ready(function(){
	$('form#sign-up').validate();
});