div.counter-box {
	border: 1px solid #000000;
	margin: 0 10px 10px 10px;
	background: #FFFFFF url(img/head-bkg.gif) repeat-x;
	display: block;
	color: #856d65;
}
div.counter-box * {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.counter-box dl {
	display: block;
	font-size: 11px;
}
div.counter-box .h {
	color: #FFFFFF;
	margin-left: 5px;
}
div.counter-box .h * {
	line-height: 22px;
	height: 22px;
}
div.counter-box #counter-online {
  display: table;
	width: 100%;
	background: #f0f0f0;
}
div.counter-box #counter-online .user {
	float: left;
	width: 49%;
	display: none;
	text-align: center;
	margin-bottom: 1px;
	padding: 3px 0;
}
div.counter-box a {
	color: #856d65;
}
div.counter-box .h {
	line-height: 22px;
	color: #fff;
	margin-left: 5px;
}
div.counter-box dd {
  display: table;
	width: 100%;
	margin-bottom: 1px;
}
div.counter-box dd span {
	padding: 3px 0;
	text-align: center;
}
div.counter-box .counter-detail span {
	width: 49%;
	float: left;
}
div.counter-box .counter-detail .col {
	background: #f0f0f0;
}
div.counter-box .counter-detail .sender span {
	display: block;
}