/* CSS Document background:url('/i/transp_bg.png');*/

#ft_popup_holder {position:absolute; top:0; left:0; z-index:1000;   width:100%; margin:0 auto; text-align:center;  }
	.popup_on {display:block;}
	.popup_off {display:none;}
	#ft_popup_holder img {behavior: none;}


	#ft_popup_cont {margin:auto;}
		.gmaps {width:580px; height:500px;  text-align:center; padding:1px; background:#DFEFFF; border: solid 3px #C2DAFF;}
		
		.ft_popup_header {position:relative; height:50px;}
			#popup_closer { width:21px; height:23px; position:absolute; top:10px; right:10px; cursor:pointer; }
				.pts_closer {background:url('/i/pts_popup_close.png') no-repeat;}
				.ftour_closer {}
			.ft_popup_header h1 {font:bold 14px Arial; padding:15px;}
		
		.gmaps .ft_popup_body { margin:10px; }
		.ft_popup_body { height:380px; }
		iframe.gmapframe {border: solid 3px #C2DAFF;}
		iframe.gmapframe img {behavior: none;}
