.tooltip {
	position: absolute;
	z-index: 3000;
	background: #b71838;
	text-align: left;
	font-size: 15px; 
	line-height: 21px;
	color: #ffffff; 
	padding: 10px;
	opacity: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 240px; 
	font-weight: normal; 
	border: 3px solid #bf969d; 
}
.tooltip h3, .tooltip div { margin: 0; }

.lt-ie9 .tooltip, .lt-ie8 .tooltip { background: #b71838; }
