.tip {
	width: 200px;
	padding-top: 12px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tip_top.png) no-repeat top;
}	
.tipMid {
	background: transparent url(../images/tip_middle.png) repeat-y;
	padding: 0 15px 10px 15px;
	font: 11px Arial, Helvetica, sans-serif;
}
.tipBtm {
	background: transparent url(../images/tip_bottom.png) no-repeat bottom;
	height: 36px;
}
span.tTip {
	border-bottom: 1px dashed #f0f0f0;
	cursor: help;
	color: #fff;
}
