#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0px; padding:0px 3px; }
.body   {margin:0px;}
#tooltip h3 {font-size: 12px; font-weight:normal;}

#tooltip.pretty
{
    font-family: Arial;
    border: none;
    width: 155px;
    padding: 20px 20px 20px 20px;
    height: 97px;
    /*opacity: 0.8;   */
    background: url(../../Common/Images/jquery/ch-tooltip.png);
} 
