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