.tTip {width: 400px; position: absolute; cursor: pointer; color: #666;}
.tip {color: #333;
	width: 412px;
	padding-top: 62px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {
	background: transparent url(images/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
	font-size: 75%;
	text-align: left;
}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}