.annotate .windows .annotation {
	position: absolute;
	display: none;
	padding: 5px;
	border: 1px solid black;
	background-color: InfoBackground;
	font-family: "MS Sans Serif", Sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	width : 250px;
	cursor: hand;
	color: black;
	letter-spacing: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

.annotate .windows .annotation H6 {
	margin : 0 0 10px;
	font-weight : bold;
	font-size: 11px;
}

.annotate .windows .annotation A {
	color : black;
}

.annotate_windows_key {
	cursor : help;
	border-bottom : 1px dashed blue;
	text-decoration : none;
	color : black;
}
