#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #df4828;
	background-color: #faf2f0;
	width: 240px;
}
#tooltip h5, #tooltip p { margin: 0; }

#tooltip h5 {
	color: #ffffff;
	line-height: 1.9;
	padding: 0px 10px;
	font-size: 0.95em;
	background: #df4828 url("/img/u/tooltip_motive.gif") 100% 50% no-repeat;
}
#tooltip p {
	color: #df4828;
	padding: 5px 10px;
	font-size: 0.95em;
	min-height: 50px;
	_height: 50px;
}
#tooltip .bottom {
	background-color: #f4917c;
	color: #ffffff;
	font-size: 0.95em;
	line-height: 1.9;
	padding: 0px 10px;
}
#tooltip .bottom a {
	color: #ffffff;	
}
acronym {
	border-bottom: 1px dotted #5e5e5e;
	cursor: help;
}
acronym a {
	color: #5e5e5e;
	text-decoration: none;
}
