.prefix {
	color: white;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-repeat: repeat-x;
	background-position: 0 -1px;
	position: relative;
        top: -1px;
	font-size: 9px;
	font-weight: bold;
}


		