#tip {
	position: absolute;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#tip .tip_title {
	width: 230px;
	padding: 6px 10px 5px 10px;
	background: url(images/top.gif) top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
}
#tip .tip_body {
	width: 230px;
	padding: 5px 10px 9px 10px;
	background: url(images/bottom.gif) bottom;
	font-size: 12px;
	text-align: justify;
}
