.tip { 
	font-family: tahoma,arial; 
}

.tip-top { 
	height: 0px; 
}

.tip-title { 
	color: #000000; 
	font-weight: bold; 
	font-size: 12px;
	padding: 10px 10px 0px 10px; 
	background: URL(/resources/images/tip.png) no-repeat; 
	width: 400px;
}

.tip-text { 
	color: #ffffff; 
	font-size: 12px;
	padding: 10px; 
	background: URL(/resources/images/tip.png) no-repeat; 
	background-position: 0px -25px;
	width: 400px;
}

.tip-bottom { 
	background: URL(/resources/images/tip.png) no-repeat; 
	background-position: 0px -325px;
	width: 400px;
	height: 25px;
}
