Shadowbox.init({
	overlayOpacity: 0.8
});

$(document).ready(function() {
	
	$(".contact").validate();
	
});
