/* Title2Note */
#title2note
	{
		position: fixed;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 14.5em;

		margin: 1em;
		padding: 7px 5px 7px 10px;
		font: 12px/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;;
		text-align: left;
		color: #000;
		background-color: #F9F9F9;
		border: 1px solid DarkGreen;
	}

/* star html hack - IE only */
* html #title2note
	{
		position: absolute;
	}

/* a bet on future IEs */
#title2note[id]
	{
		position: fixed;
	}