#bubble {
	margin:25px; 
	width:300px; 
	height:252px;
}
.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:101px; 
	top:0px; 
	border-style:none; 
	padding:0px; 
	margin:0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width:89px; 
	height:23px; 
	position:absolute; 
	left:101px; 
	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:url() no-repeat;
	width:20px; 
	height:19px; 
	position:absolute; 
	left:237px; 
	top:38px; 
	z-index:101; 
	border-style:none; 
	padding:0px; 
	margin:0px; 
	cursor:pointer;
}
.mainbubble {width:300px; height:252px; position:absolute; left:0px; top:19px; border-style:none; padding:0px; margin:0px; display:inline-block;}
.mainbubblecontent {width:200px; height:202px; position:absolute; left:45px; top:45px; font-family:verdana;	font-size:11px; color:#fff; font-weight:bold;
	text-align:left;
}
.mainbubblelocationname {
	font-size:12px;
	color:#041b52;
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
}
.mainbubbletabcontent {
	margin-top:0.2em; 
	position:relative; 
	width:230px; 
	height:145px; 
	overflow:hidden;
}
.tab_content {
	 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:14px;
}
.activetabcontent {
	display:inline;
}
.nonactivetabcontent {
	display:none;
}
a{text-decoration:none;}
.textfield{font-family:verdana; font-size:11px; color:#8B8B8B; border:1px solid #b4538b; width:114px; height:16px; margin-top:6px;}

.go{background-color:#b4538b; border:1px solid #cccccc; width:24px; height:18px; margin-left:5px; padding:0 2px 2px 2px; font-family:verdana; color:#fff; font-size:11px; font-weight:bold;}


