#bubble_tooltip{
	width:180px;
	position:absolute;
	display:none;
	background:#cccccc url(https://www.iltam.org/develop/images/texture.png) repeat top;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}
#bubble_tooltip .bubble_top{

	height:16px;	
}
#bubble_tooltip .bubble_middle{
	padding-left:7px;
	padding-right:7px;
	padding-bottom:10px;
	text-align:right;
}
#bubble_tooltip .bubble_middle span.maintolltip{
	position:relative;
	top:-8px;
	font-family:Arial;
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	height:44px;
	position:relative;
	top:-6px;
}

