	.float-a-note {
		position: absolute;
		height: auto;
		background-color: #FFFFc0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		z-index: 9999;
		opacity: 0.95;
		text-align: left;
	}
	.float-a-note .note-label {
		color: black;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkitborder-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		margin:15px 3px 9px;
		font-weight:bold;
		font-family:Helvetica,Arial,sans-serif;
	}
	.float-a-note .footnote, .float-a-note .note {
		border: none;
		background: #ffffc0;
		color: black;
		overflow: auto;
		clear: both;
		margin: 0;
		font-size: 10pt;

		/* This is imperfect, but it's an imperfect world. */
		max-height: inherit;
	}
	.float-a-note .note-return {display: none;}

	ol.footnotes {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	ol.footnotes li {
		list-style: none;
		background-color: #eee;
		margin: 1em 0;
		padding: 10px; 
		font-size: 90%;
		line-height: 100%;
	}


