#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: White;
	padding: 5px;
	border-width:3px;
	border-color: Gray;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    color: #03498b;
    width:250px;
}
