.badger-outter {
	background: white;
	border: 1px solid white;
	min-width: 14px;
	height: 14px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	float: left;
	position: absolute;
	top: -8px;
	left: 8px;
	z-index: 9999;
}
	
.badger-inner {
	min-width: 12px;
	height: 12px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #F13C31;
	margin: 1px;
	z-index: 99999;
}

.badger-badge {
	color: white;
	padding: 0px 3px;
	margin: 0;
	text-align: center;
	text-shadow: 0px -1px 1px #E01B0F;
	z-index: 999999;
}
.badger-text
	{ font-size:10px; }
.badger-number
	{ font-size:10px; }