.bubble{
	width:262px;
	position: absolute;
	display: none;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
}
.bubble iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:2000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
.bubble .bubble_top{
	background-image: url('../_img/bubble/bubble_top.gif');
	background-repeat:no-repeat;
	height:15px;	
}
.bubble .bubble_middle{
	background-image: url('../_img/bubble/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	text-align: justify;
	padding-left:7px;
	padding-right:7px;
}
.bubble .bubble_middle span{
	position:relative;
	text-align:justify;
	top:-5px;
	font-family: Verdana;
	font-size:11px;
}
.bubble .bubble_bottom{
	background-image: url('../_img/bubble/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:40px;
	position:relative;
	top:-6px;
}