$(document).ready(function(){
								
	$(".form_callback").colorbox();
	$(".form_meeting").colorbox();
	$(".form_feedback").colorbox();
	$(".form_quote").colorbox({innerWidth:567, innerHeight:634,iframe:true,scrolling:false});
});
