#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #516e32;
	background-color: #cce18d;
	color: #000;
	font-size: 0.8em; 
	padding: 0 5px 5px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
	opacity: 0.85;
	width: 250px;
}

#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {  background: #516e32; color: #fff; font-size: 1.1em; margin: 0 -5px; padding: 5px;}

#tooltip.quick, #tooltip.quick h3 {
	background-color: #efefef;
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px 5px;
	width: auto;
	margin: 0 0 5px;	
}

#tooltip.quick {
  border: 1px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

#tooltip.action, #tooltip.action h3 {
	background-color: #fff;
	border: 2px solid #c84899; 
	color: #c84899;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3;
	padding: 2px 5px;
	width: 175px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#tooltip.action h3 { border: none; }