.annotate .buttercup .annotation {
	top: 0px;
	position: absolute;
	display: none;
	padding: 5px;
	font-family: Verdana, Arial, Geneva, Sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
	width: 300px;
	cursor: hand;
	color: black;
	letter-spacing: normal;
	border: 1px solid #ddbb33;
	background: #feca16 url(background.gif) repeat-x;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffaa', endColorStr='#feca16', gradientType='0');	
}

.annotate .buttercup .annotation H6 {
	margin : 0 0 5px;
	font-weight : bold;
	font-size: 11px;
	color : #006600;
	padding : 3px;
	border-bottom : 1px solid #ddbb33;
}

.annotate .buttercup .annotation P {
	margin : 0 0 5px;
	padding : 0 3px;
}

.annotate .buttercup .annotation A {
	color : black;
}

				
.annotate_buttercup_key {
	cursor : help;
	color : black;
	text-decoration : none;
	border-bottom : 2px dashed #ddbb33;
}

.annotate_buttercup_key:Hover {
	cursor : help;
	color : black;
	text-decoration : none;
	border-bottom : 2px solid #ddbb33;
}


