#tooltip {
	position: absolute;
	z-index: 999;
	border: 1px solid #eee;
	padding:4px;
	opacity: 1.00;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0px 0px 6px #666;
	-webkit-box-shadow:0px 0px 6px #666;
	box-shadow:0px 0px 6px #666;
	text-align:center;
}
#tooltip h3 {
    font-size:11px;
    color:#666;
    line-height:16px;
    padding:10px;
    background-color:#fff;
    border:1px solid #eee;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
#tooltip h3, #tooltip div { margin: 0; }
