#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 15em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em tahoma,verdana,sans-serif;
	text-align: left;
	color: #fff;
	background-color: #26c;
	border: 1px solid #fff;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}
