.tTip {
	cursor: pointer; 
	color: #666; 
	font-weight: bold;
}
.tip h4{
	text-align:left;
	font-size:12px;
	margin:0;
	padding:0;
	color:#CC0066;
}
.tip {
	color: #333;
	line-height:12pt;
	text-align:left;
}

.tip {
	width: 212px;
	padding-top: 37px;
	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;
	
}
.tipBtm {
	background: transparent url(../images/tipBtm.png) no-repeat bottom; 
	height: 32px;
}

img, .tipBtm{
	behavior: url("./js/iepngfix.htc");
}
