/*
body { 
	margin: 0px; 
	font: 12px Helvetica; 
	cursor: pointer;
	height: 56px;
	width: 167px;
}
*/

.panel {
/*	position: absolute; */
background: url(/ZeroStats/images/backdrop.png) no-repeat;
height: 50px;
/*	top: 0px; */
/*	left: 0px; */
}

#front {
	color: rgb(0, 0, 0);
}

.counter {
/*	position: absolute;   */
/*	top: 17px;            */
	padding-top: 17px; 
/*	left: 0px;            */
/*	width: 125px; */
	width: 182px; 
	text-align: center; 
	font-weight: bold; 
/*	font-size: 12px; */
	font-size: 22px; 
	color: #ffffff;
}	

.counter-extended {
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 125px; 
	text-align: left; 
	font-weight: bold; 
	font-size: 12px;
	color: #ffffff;
}
