.tip {
	color: #333;
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 99999999;
	background: transparent url(/sr_img/fkds/tipTop.png) no-repeat top;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
	
.tipMid {
	background: transparent url(/sr_img/fkds/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}
	*:first-child+html .tipMid {
		background: transparent url(/sr_img/fkds/tipMid.png) repeat-y;
		padding: 1px 25px 20px 25px;
	}
.tipBtm {
	background: transparent url(/sr_img/fkds/tipBtm.png) no-repeat bottom; 
	height: 32px;
}

p#vtip {
 display: none;
 position: absolute;
 padding: 20px;
 left: 5px;
 font-size: 1em;
 background-color: white;
 border: 1px solid #000000;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 z-index: 99999999
}
p#vtip #vtipArrow {
 position: absolute;
 top: -10px;
 left: 5px
 z-index: 99999999
}