#bubble_tooltip{
	width:375px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('http://www.landmark-propertymanagement.com/img/tips_top.gif');
	background-repeat:no-repeat;
	height:10px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('http://www.landmark-propertymanagement.com/img/tips_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding: 0 6px 6px 6px;
}
#bubble_tooltip .bubble_middle span{
	font-family: "Trebuchet MS","Lucida Sans Unicode",sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('http://www.landmark-propertymanagement.com/img/tips_bottom.gif');
	background-repeat:no-repeat;	
	height:27px;
	position:relative;
	top:0;
}

