$(function(){
	
	$("#signup").colorbox({
				inline: 	true, 
				href: 		"#signupForm",
				opacity: 	.7, 
	});
	
});
