#bubble_tooltip{
	width:227px;
	position:absolute;
  z-index: 100;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('image/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('image/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip #bubble_tooltip_content{
	border: 1px solid #b9b9b9; 
	border-bottom:none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	background-color:#FFF;
	padding:10px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('image/cloud-bottom.png');
	background-repeat:no-repeat;
	height: 21px;
}

#bubble_tooltip .bubble_bottom2{
  background-image: url('image/cloud-bottom2.png');
  background-repeat:no-repeat;
  height: 21px;
}


.tooltip_text{
   border-bottom: 1px dashed #bc1f0c;
}
.tooltip_text a 
{
	 text-decoration: none;
	 color: #bc1f0c !important;
}

.tooltip_text a:hover {
	 text-decoration: none;
}

#bubble_tooltip a.close { float:right;display:block; width:12px; height:12px; background-image:url(/image/x.png); margin:2px 2px; }
