#tooltip {
width: 160px;
position: absolute;
z-index: 3000;
border: 2px solid #999999;
background-color: #000;
padding: 10px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
filter:alpha(opacity=95);
opacity:0.95;
}
	
#tooltip h3, #tooltip div {
margin: 0;
color: #c8c8c8;
font-size: 1em;
font-weight: normal;
text-transform: none;
line-height:normal;
}
