#tooltip		{ position: absolute; z-index: 3000; width: 200px; background:#fff; padding: 0 6px 6px; border: solid 1px #ccc; -webkit-border-radius: 10px; -webkit-box-shadow: rgba(0,0,0,.7) 0px 5px 5px; -moz-border-radius: 10px; -moz-box-shadow: rgba(0,0,0,.7) 0px 5px 5px; }
.tooltip-bg		{ position: absolute; bottom: -19px; left: 29px; z-index: 3001; width: 24px; height: 11px; padding: 0; background: transparent url(../images/tooltipbg.png) no-repeat; border-top: solid 1px #fff; margin: 0; }
#tooltip h3,
#tooltip div	{ margin:0; font-family: Georgia, sans-serif; font-size: 14px; font-style: italic; }
#tooltip h3		{ color:#ec008c; padding-top: 8px; }
#tooltip div	{ color: #000; padding-bottom: 8px; }

div.black > h3	{ color: #000 !important; }