
.tip {
	width: 300px;
	padding-top: 30px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../../sample/theme/images/tipTop.png) no-repeat top;
	color:#000;
	text-align:left;}
	
.tipMid {background: transparent url(../../sample/theme/images/tipMid.png) repeat-y; padding: 0 15px 0px 15px;}
.tipBtm {background: transparent url(../../sample/theme/images/tipBtm.png) no-repeat bottom; height: 28px;}