#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 {
	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: 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: Arial, sans-serif; 
	text-align: center; 
	color: #5d6164; 
	cursor: pointer;
}
.bubble_close {
	background: url(https://hosted.where2getit.com/clarisonic/images/close_sign.png) no-repeat;
	width: 16px; 
	height: 16px; 
	position: absolute; 
	left: 268px; 
	top: 11px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}

.tab_content {	
}
.activetabcontent {
	display: show;
}
.nonactivetabcontent {
	display: none;
}
