div.brTip-box {
	background: #FFF;
	border: 1px solid #808080;
	display: none;
	position: absolute;
}

div.brTip-title {
	background: #808080;
	color: #FFF;
	display: block;
	margin: 0;
	font-size: 10px;
	padding: 4px;
	text-align: center;
}

div.brTip-content {
	color: #333;
	margin: 0;
	padding: 4px;
	text-align: center;
}

body.pagina-site .brTip-content {
	text-align: left;
}