#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #565657;
	background-color: #222;
    color: #c6c6c6;
	padding: 7px 12px;
    line-height: 1.2em;
	opacity: 0.95;
    font-size: 69%;
    font-family: Arial;
    max-width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

