$(document).ready(function(){
				$(".iframe").colorbox({width:"511px", height:"380px", iframe:true});
				$(".callback").colorbox({width:"720px", height:"600px", iframe:true});
				$(".mail-list").colorbox({width:"720px", height:"340px", iframe:true});
			});
