#counterinfo{
	position: relative;
	float: right;
	margin-top: 90px;
	margin-right: 85px;
	width: 135px;
	height: 125px;
}

img.help{cursor: help;}

#counter{
	position: relative;
	width: 130px; /*10*number of digits 130px = full 13 digits*/
	border: black 2px;
	float: right;
	margin-top: 110px;
	margin-right: 13px;
	left: 125px;
}

#counter td{
	height: 16px;
	width: 10px;
	background: url('../counter/images/sm_counter_blue.png') repeat-y 0 0;
	padding: 0;
	border: 0;
	margin: 0;
}

#counter td#digit0{
	height: 16px;
	width: 10px;
	background: url('../counter/images/sm_counter_blue.png') repeat-y 0 0;
	padding: 0;
	border: 0;
	margin: 0;
}

#counter tr#digits{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#counter td#digitheader{
	height: 20px;
	background: none;
	padding: 0;
	border: 0;
	margin: 0;
}
