﻿#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 30em;
	margin: 1em;
	padding: 7px 5px 17px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: right;
	color: #FAFF3E;
	background-color: #4D4D4D;
	opacity:0.9;
	filter:alpha(opacity=90);
	border: 1px solid #000000;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}