#tooltip {
	position: absolute;
	z-index: 3000;
	margin: 0;
	opacity: 0.95;
	/* text-shadow: 1px 1px 1px #000000;
	background: url(../../images/.png) top left no-repeat !important;
	background: url(../../images/.png) bottom left no-repeat; 
	width: 150px; */
	color:#FFFFFF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #8E171A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#tooltip h3 {
	font-size: 14px;
	/* padding-bottom: 10px; */
}

#tooltip div {
	padding-top: 10px;
	font-size: 12px;
}

#tooltip h3, #tooltip div { margin: 0; }


#tips {
	display: block;
	width: 100%;
	height: 100%;
}
