/* brTip */
#brTip {
	display: none;
	position: absolute;
	width: 200px;
	font: 11px Arial;
	z-index:1000;
}
#brTip span {
	background: url(../image/brTip/tooltipHead.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 5px;
	padding-top: 15px;
	text-align: center;
}
#brTip p {
	background: url(../image/brTip/tooltipBody.gif) no-repeat bottom;
	padding: 10px;
	color: #333;
	text-align: justify;
}