	#bubble_tooltip{
		width:206px;
		position:absolute;
		display:none;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('../images/bubble_top2.gif');
		background-repeat:no-repeat;
		height:9px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('../images/bubble_bg2.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:10px;
		padding-right:10px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-10px;
		font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
		font-size:11px;
		color:#2b2b2b;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('../images/bubble_bottom2.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:10px;
		position:relative;
		top:-10px;
	}
	
	/*
	#tooltip{
		width:206px;
		position:absolute;
		display:none;
	}
	#tooltip .bubble_top{
		background-image: url('../images/bubble_top2.gif');
		background-repeat:no-repeat;
		height:9px;	
	}
	#tooltip .bubble_middle{
		background-image: url('../images/bubble_bg2.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:10px;
		padding-right:10px;
	}
	#tooltip .bubble_middle span{
		position:relative;
		top:-10px;
		font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
		font-size:11px;
		color:#2b2b2b;
	}
	#tooltip .bubble_bottom{
		background-image: url('../images/bubble_bottom2.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:10px;
		position:relative;
		top:-10px;
	}
	
	*/
	/*tooltip -----*/
	#tooltip {
		width:206px;
		padding: 3px;
		margin:5px;
		background: #f7f7f7;
		border: 1px solid #9d9d9d;
		color: #2b2b2b;
		text-align: left;
		font-size: 11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	span.tip {
		border-bottom: 1px solid #eee;
	}
	
	.colorTest{
	background-color:#FF6699;
	}
	.colorTest2{
	background-color:#ff0000;
	}
	.tips{
	color:#879cc3;
	width:auto;
	height:auto;
	}