#bubble {
	margin: 25px; 
	width: 276px; 
	height: 235px;
}
.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, 
.tab2, 
.tab3, 
.tab1label, 
.tab2label, 
.tab3label {
	height: 23px; 
	width: 89px; 
	color: #5d6164; 
	font: 12px bold Arial, sans-serif; 
	cursor: pointer;
	border-style: none; 
	margin: 0px;
	padding: 0px; 
	position: absolute; 
	text-align: center; 
	top:	0;
}

.tab1, 
.tab2, 
.tab3 {
	z-index: 101;
}

.tab1label, 
.tab2label, 
.tab3label 	{
	z-index: 102; 
	padding-top:5px;
}

.tab1, 
.tab1label {
	left: 6px;
}
.tab2, 
.tab2label {
	left: 94px;
}
.tab3, 
.tab3label 	{
	left: 181px;
}

.bubble_close {
	background: #FFFFFF url(/w2gi/images/bubble/popover/popover-close.gif) no-repeat;
	width: 12px; 
	height: 10px; 
	position: absolute; 
	left: 250px; 
	top: 30px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	width: 276px; 
	height: 229px; 
	position: absolute; 
	left: 0px; 
	top: 19px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 235px; 	
	position: absolute; 
	left: 25px; 
	top: 32px;
}
.mainbubblelocationname {	
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
}
.mainbubbletabcontent {
	margin-top: 0.2em; 
	position: relative; 
	width: 230px; 	
	overflow: hidden;
}
.activetabcontent {
	display: block;
}
.nonactivetabcontent {
	display: none;
}
.tab_content {	
	font-size:12px;
}
.bubbleform {
	margin: 10px;
}

.bubbleform input, .go {
	border-radius: 0;
}