/* alt titles  */
#title2note{
    top	: 200px;
    left: 200px;
	width: 25em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em arial, "helvetic", sans serif;
	text-align: left;
	color: #111;
	background-color: #FFFFcc;
	border: 1px solid #999;
    z-index: 50;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}

