.badger-outter
	{
	background:#fff;
	border:1px solid #ccc;
	min-width: 26px;
	height: 26px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow:0px 1px 5px #ccc;
	-moz-box-shadow:0px 1px 5px #ccc;
	-webkit-box-shadow:0px 1px 5px #ccc;
	float:left;
	position:absolute;
	top:-16px;
	right:-16px;
	z-index:1000;
	}
.badger-inner
	{
	min-width: 20px;
	height: 20px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	background: #003c39;
	background: -moz-linear-gradient(100% 100% 90deg, #003145, #003c39);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003c39), to(#003145));
  	background: -webkit-linear-gradient(#003c39, #003145);
    background: -o-linear-gradient(#003c39, #003145);
    margin:3px;
    z-index:1001;
	}
.badger-badge
	{
	color:#fff;
	padding:2px 5px;
	margin:0;
	text-align:center;
	text-shadow:0px -1px 1px #e01b0f;
	z-index:1002;
	}
.badger-text
	{ font-size:12px; }
.badger-number
	{ font-size:12px; }
        
.badger-inner-red
	{
        color: white !important;
	background: #FF0000 !important;
	background: -moz-linear-gradient(100% 100% 90deg, #ff0000, #990000) !important;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#990000)) !important;
  	background: -webkit-linear-gradient(#ff0000, #990000) !important;
        background: -o-linear-gradient(#ff0000, #990000) !important;
	}