#floatbox{
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	width: 28em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #222 top left repeat-x;
	border: 1px solid #0e0e0e;
}
/* star html hack - IE only */
* html #floatbox{
	position: absolute;
}
/* a bet on future IEs */
#floatbox[id]{
	position: fixed;
}

#countlabel {
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	font-size: 140%;
	letter-spacing: -1px;
	text-align:center;
}
#countbox {
	text-align:center;
	padding-top:10px;
	color:#FF6699;
}