#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Trebuchet MS", Arial, monospace;
	text-align: left;
	color: #111;
	background-color: #fcc606;
	border: solid 1px;
 	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
  	/* for Mozilla */
  	-moz-opacity:0.9;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}
