.slider_wrapper
{
	background-color: #ebebeb; 
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#ebebeb));
	background-image: -webkit-linear-gradient(#f8f8f8, #ebebeb);
	background-image: -moz-linear-gradient(#f8f8f8, #ebebeb);
	background-image: -ms-linear-gradient(#f8f8f8, #ebebeb);
	background-image: -o-linear-gradient(#f8f8f8, #ebebeb);
	background-image: linear-gradient(#f8f8f8, #ebebeb);
	-pie-background-image: linear-gradient(#f8f8f8, #ebebeb); behavior: url(PIE.htc);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:20px;
	padding:5px;
	border:solid 1px #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.slider_values
{
	margin-top:5px;
	font-size:13px;
	font-weight:normal;
}

#data_usage_wrapper
{
	padding:10px;
	border:solid 1px #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.data_usage_value
{
	width:45px;
	margin-right:5px;
	margin-bottom:50px;
	font-size:13px;
	font-weight:normal;
	text-align:right;
}
#data_usage_meter
{
	width:55px;
	height:675px;
	border:solid 1px #ccc;
	background:url(../../../../images/data_usage/meter.png) repeat-x;
}
#data_usage_bar
{
	width:55px;
	height:675px;
	background:#fff;
}
#data_usage_pointer
{
	position:absolute;
	margin-top:651px;
	width:125px;
	height:50px;
	color:#fff;
	background:url(../images/balloon_pointer.png) no-repeat;
}
#data_usage_gb
{
	margin-top:10px;
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
}
#data_usage_mb
{
	margin-left:20px;
	font-size:11px;
	color:#bbb;
}
#data_usage_info
{
	font-size:11px;
}