	#bubble_tooltip{		width: 233px;		position: absolute;		display: none;		text-align: left;	}	#bubble_tooltip .bubble_top{		background-image: url('img/site/bubble_top3.png');		background-repeat: no-repeat;		height: 22px;		text-align: left;		}	#bubble_tooltip .bubble_middle{		background-image: url('img/site/bubble_middle3.png');		background-repeat: repeat-y;			background-position: bottom left;		padding-left: 20px;		padding-right: 22px;		padding-bottom: 2px;		text-align: left;	}	#bubble_tooltip .bubble_middle span{		position: relative;		top: 0px;		font-family: 'Myriad Web Pro';		font-size: 12px;		line-height: 14px;		color: #666666;		text-align: left;	}	#bubble_tooltip .bubble_bottom{		background-image: url('img/site/bubble_bottom3.png');		background-repeat: no-repeat;		height: 40px;		position: relative;		top: 0px;		text-align: left;	}
