.tip {
	width: 212px;
	padding-top: 18px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	color: #f3e9d6;
	text-shadow: 1px 1px 0px #000000;
	text-align: center;
	font-size: 24px;
}
	
.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: 55px;
}
