#tooltip {
    position: absolute;
    width: 400px;
    border: 1px solid #666;
    background: #333;
    color: #FFF;
    padding: 10px;
    opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
}
#tooltip h3, #tooltip div {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
#tooltip.darktip {
    background: #333;
}