$(document).ready(function(){
	
	$("#feedback_click").each(function(){
		$(this).fade_box({
			width:600,
			height:575,
			fade_width:15,
			fade_height:15,
			enable_fade:true,
			fade_click_close:false
		});
	})
	
})
