#bubble {
	margin: 25px; 
	width: 340px; 
	height: 300px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popover/active.png",sizingMethod="crop");
	background-image: url(../../../w2gi/images/bubble/popover/active.png);
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/w2gi/images/bubble/popover/nonactive.png",sizingMethod="crop");
	background-image: url(../../../w2gi/images/bubble/popover/nonactive.png);
}
.tab1 {
	z-index: 101; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 6px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
.tab1label {
	z-index:102; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 6px; 
	top: 0px; 
	padding-top: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align: center; 
	color: #5d6164; 
	cursor: pointer;
}
.tab2 {
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 95px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width: 89px; 
	height: 23px; 
	position: absolute; 
	left: 95px; 
	top: 0px; 
	padding-top: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	text-align: center; 
	color: #5d6164; 
	cursor: pointer;
}
.bubble_close {
	background: #FFFFFF url(../../../w2gi/images/bubble/popover/popover-close.gif) no-repeat;
	width: 12px; 
	height: 10px; 
	position: absolute; 
	left: 314px; 
	top: 30px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	width: 340px; 
	height: 300px; 
	position: absolute; 
	left: 0px; 
	top: 19px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 340px; 
	height: 300px; 
	position: absolute; 
	left: 18px; 
	top: 28px;
}
.mainbubblelocationname {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:0px;
}
.mainbubbletabcontent {
	margin-top: 15px; 
	position: relative; 
	width: 326px; 
	height: 300px; 
	overflow: hidden;
}
.tab_content {
	line-height:16px;
	font-size:12px;
}
.activetabcontent {
	display: inline;
}
.nonactivetabcontent {
	display: none; 
}


.get_derection{ padding-top:0.7em; font-family:verdana; font-size:12px; color:#666666;}
.get_derection a{ color:#666666; text-decoration:none;}
.get_derection a:hover{ color:#666666; text-decoration:underline;}


.textfield{font-family:verdana, ms sans serif, arial, sans-serif; font-size:10px; color:#321F1B; border:1px solid #7E9DB9; width:160px; height:18px; }

.go_button{background-color:#16845D; border:1px solid #757575; width:auto; height:20px; margin-left:5px; padding:0 2px 2px 2px; color:#fff; font-size:11px; font-weight:bold;}

.dir{font-size:12px; color:#666666; margin-right:5px;}