/* brTip */
div.brTip-box {
	background: #FFF;
	border: 1px solid #92a764;
	display: none;
	position: absolute;
	width: 500px;
}
div.brTip-title {
	background: #92a764;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 5px;
}
div.brTip-content h4 {
	font-size:1em;
}
