#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: 25px;
}
.mainbubblelocationname {
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
	color: #003173;
	font-size: 14px;
}
.mainbubbletabcontent {
	margin-top: 0.2em;
	position: relative;
	width: 230px;
	overflow: hidden;
}
.activetabcontent {
	display: block;
}
.nonactivetabcontent {
	display: none;
}
.tab_content {
	font-size: 13px;
}
.bubbleform {
	margin: 10px 0;
}

.bubble_search {
	border: 1px solid #909090;
	border-radius: 3px;
	height: 26px;
	margin: 8px 0 0;
	padding: 0 10px;
}

.go_button {
	height: 26px!important;
	padding: 0 3px;
	background-color: #003173;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin:0px!important;
	width:40px!important;
}
.icon div {
    text-align: center;
    color: #003173;
    position: relative;
    top: 7px;
    left: 0px;
    width: 34px;
    font-size: 1.23em;
    font-weight: 700;
}
