1
2.WIO_onlineWidget, .WIO_panel{
3	background-color:#F0F0F0;
4	border:2px solid #888888;
5	height:25px;
6	padding:4px 8px;
7	position:relative;
8	cursor:pointer;
9	-moz-border-radius:6px;
10	-webkit-border-radius:6px;
11	border-radius:6px;
12}
13
14.WIO_onlineWidget:hover{
15	background-color:#cccccc;
16}
17
18.WIO_count{
19	color:#777777;
20	float:left;
21	font-size:26px;
22	font-weight:bold;
23	margin-top:3px;
24	text-align:center;
25	width:auto;
26}
27
28.WIO_label{
29	float:left;
30	font-size:18px;
31	font-weight:bold;
32	text-align:center;
33	padding: 4px 0 0 4px;
34	text-transform:uppercase;
35}
36
37.WIO_panel{
38	position:absolute;
39	cursor:default;
40	width:92%;
41	top:40px;
42	left:0;
43	height:auto;
44	display:none;
45	z-index:1000;
46}
47
48.WIO_displayline{
49	height:16px;
50	overflow:hidden;
51	padding:2px 0;
52	float:left;
53	font-size:10px;
54	width: 100%;
55	font-weight:bold;
56	bottom:4px;
57	border-bottom:1px dotted #777;
58}
59.WIO_pageid{
60	color: grey;
61	font-weight:normal;
62
63}
64
65