#uon{
    margin-left:750px;   
    margin-top: -25px; 
}
.onlineWidget,.panel{
	
	/* Styling the widget and the sliding panel at once */
	
	background-color:#F9F9F9;
	border:2px solid #FFFFFF;
	height:16px;
	padding:4px 8px;
	position:relative;
	width:180px;
	
	cursor:pointer;
	
	/* CSS3 rules for rounded corners, box and text shadows: */
	
}

.onlineWidget:hover{
	background-color:#fcfcfc;
}

.onlineWidget:hover .arrow{
	/* Changing the background image for the green arrow on hover: */
	background-position:bottom center;
}

.onlineWidget .count{
	/* The total number of people online div */
	
	color:#777777;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	text-align:center;
	width:30px;
}

.onlineWidget .label{
	/* The online label */
	
	float:left;
	font-size:9px;
	padding:4px 0 0 7px;
	text-transform:uppercase;
}

.onlineWidget .arrow{
	/* The green arrow on the right */
	
	background:url(img/arrow.png) no-repeat top center;
	position:absolute;
	right:6px;
	
	width:16px;
	height:16px;
}

.onlineWidget .panel{
	/* The slideout panel */
	
	position:absolute;
	cursor:default;
	top:30px;
	left:0;
	height:auto;
	display:none;
	margin:-2px;
	z-index:1000;
}

.onlineWidget .preloader{
	/* The rotating gif preloader image */
	display:block;
	margin:10px auto;
}

.onlineWidget .geoRow{
	/* The div that contains each country */
	
	height:16px;
	overflow:hidden;
	padding:2px 0;
}

.onlineWidget .flag{
	float:left;
	margin:0 4px;
}

.onlineWidget .country, .onlineWidget .people{
	float:left;
	font-size:10px;
	padding:2px;
}

.onlineWidget .country{
	width:125px;
	overflow:hidden;
}

.onlineWidget .people{
	font-weight:bold;
}

/* The styles below are only necessary for the styling of the demo page: */

.onlineWidget h1{
	background-color:#DDDDDD;
	border-bottom:1px solid #CFCFCF;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

.onlineWidget h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

.onlineWidget{
	margin:30px auto 0;
}

.onlineWidget a, .onlineWidget a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

.onlineWidget a:hover{
	text-decoration:underline;
}

.onlineWidget .clear{
	clear:both;
}

.onlineWidget p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	background-color:#011D2E;
	border-top:1px solid #011d2e;

	width:100%;
}

.onlineWidget h1,.onlineWidget h2,.onlineWidget p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}
