.tTip {
	/*width: 200px;*/
	/*position: absolute;*/
	cursor: pointer;
	color: #666;
	/*font-weight: bold;*/
       	width: 250px;
	float: left;
	display: inline;
	margin-right: 12px;
}
.tip {
	color: #333;
}
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../img/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(../img/tipMid.png) repeat-y;
	padding: 0 5px 20px 20px;
}
.tipBtm {
	background: transparent url(../img/tipBtm.png) no-repeat bottom;
	height: 32px;
}
