$(document).ready(function(){
			
$(".modalcontact").colorbox({width:"50%", inline:true, href:"#modalcontact"});
	
});