//jQuery

$(document).ready(function(){
	$('.load_contact').colorbox({width:"550px", height:"300px", iframe:true});
});




