BODY{
	behavior: url("/images/popup/js/csshover.htc");
}

.bubble{
	width:309px;
	position:absolute;
	z-index:10;
	display:none;
}
.bubble .top{
	background: transparent url(../images/bubble_top_bg.png) no-repeat;
	width:309px;
	height:9px;
	line-height:0px;
	font-size:0px;
}
.bubble .middle{
	background: transparent url(../images/bubble_middle_bg.png) repeat-y;
	width:309px;
}
.bubble .bottom{
	background: transparent url(../images/bubble_bottom_bg.png) no-repeat;
	width:309px;
	height:35px;
	line-height:0px;
}
.bubble .middle .content{
	padding:10px;
	color:#000;
	font-size:10px;
}
