.tip {
	text-align:left;
	width: 139px;
	z-index: 13000;
	width:230px;
}
.tip-title {
	font-weight: bold;
	margin: 0;
	font-size: 13px;
	color:#000000;
	padding:17px 10px 10px 35px;
	background: url(/Content/images/tooltip/bubble.png) top left;
	_background: url(/Content/images/tooltip/bubble.gif) top left;
}
.tip-text {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	color:#666666;
	padding:0px 10px 5px 35px;
	background: url(/Content/images/tooltip/bubble_text.png) bottom right;
	_background: url(/Content/images/tooltip/bubble_text.gif) bottom right;
}
.tip-bottom {
	padding: 4px 8px 8px;
	background: url(/Content/images/tooltip/bubble.png) bottom right;
	_background: url(/Content/images/tooltip/bubble.gif) bottom right;
}
