/* brTip */
div.brTip-box {
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	background: #fcf6e8;
	border: 1px solid #d7b971;
	display: none;
	position: absolute;
	width: 130px;
	z-index: 999;
}
div.brTip-title {
	background: #f6d99d;
	color: #a72e0f;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}
div.brTip-content {
	color: #4e4e4e;	
	font-size: 10px;
	margin: 0;
	padding: 5px;
}
