
/* remember to define focus styles! */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 10px;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.moreTooltip
{
	width:230px;
	
}
#tooltip.moreTooltip h3 
{
	text-align: justify;
	/*font-family: Tahoma;
	font-size:0.8em;
    line-height:1.4em;
    font-weight:normal;*/
}

#tooltip.pretty {
	
	font-size:.8em;
	border: none;
	width: 230px;/*width: 250px;*/
	padding:40px 10px 0;
	height: 135px;/*height: 175px;*/
	opacity: 0.95;
	background: url('shadow.png');
}

#tooltip.pretty h3 {
	/*margin-bottom: 0.75em;*/
	margin:10px;
	font-size: 12pt;
	width: 90%;
	text-align: justify;
	font-family: Tahoma;
	font-size:0.88em;
    line-height:1.4em;
    font-weight:normal;
}
#tooltip.pretty div { width: 220px; text-align: left; }


