div.show-online-user-count-total {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px #C0C0C0 solid;
	margin: 3px;
	background-repeat: no-repeat;
    background-position: right;
	padding: 0px 10px 5px 10px;
}

.show-online-user-count-data {
	font-weight: bold;
	color: #F00;
}
.show-online-user-count-info {
	text-align: center;
	font-size: 16px;
}
div.show-online-user-list {
	margin: 10px;	
	background-color: #EDF7FF;
	padding: 5px;
}
.show-online-user-list_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 3px;
	background: #DFEDFF;
}