.tTip {
	cursor: pointer;
	
}
.tip {
	color: #333;
	font:normal 10px Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.tip {
	width: 212px;
	padding-top: 25px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	behavior:url(../iepngfix.htc);
}
* html .tip {
	width: 212px;
	padding-top: 25px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.gif) no-repeat top;
	
}
.tipMid {
	background: transparent url(images/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
	vertical-align:top;
	border:0px solid #f00;
}
*html .tipMid {
	background: transparent url(images/tipMid.gif) repeat-y;
	padding: 0 25px 20px 25px;
}

.tipBtm {
	background: transparent url(images/tipBtm.png) no-repeat bottom;
	height: 32px;
	behavior: url(iepngfix.htc);
}
*html .tipBtm {
	background: transparent url(images/tipBtm.gif) no-repeat bottom;
	height: 32px;
	
}