span.ttip-span
{
	font-weight: bold;
	color:#8f7930;
	cursor:help;
}

div.ttip-div
{
	position: absolute;
	border: 0px solid #000000;
	padding: 6px;
	background-color: #720000;
	font-family: arial;
	font-size: 12px;
	color:#fff;
	max-width:400px;
	text-align:left;
}