#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #6B0707;
	background-color: #E7DCC5;
	padding: 1em;
	color:#6B0707;
	width:400px;
	line-height:150%;
}
#tooltip h3, #tooltip div { margin: 0; font-weight:normal; font-size:13px;}

div.tooltip-container
{

}
.tooltip-container:hover 
{
	cursor:help;
}
