#tooltip {
	position: absolute;
    width: 20%;
	z-index: 3000;
	border: 1px solid #111;
	background-color: grey;
	padding: 5px;
    color: white;
	opacity: 0.8;
    box-shadow: 5px 5px 5px black;
}


/*#tooltip {
    text-align: left;
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px;
    max-width: 500px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-box-shadow: 0 0 15px 5px #666;
    -moz-opacity: 0.92;
}*/
#tooltip h3, #tooltip div { margin: 0; }
