@CHARSET "ISO-8859-1";

.tag {
	border: 1px solid #768BA2;
	display: inline-block;
	padding: 4px;
	margin: 2px;
	font-size: 0.8em;
	border-radius: 3px 8px 8px 3px;
	background-color: #F3F3F3;
	position: relative;
	padding-right: 17px;
	box-shadow: 1px 1px 2px gray;
	/*transform: rotate(-10deg);*/
}

.tag img {
	position: absolute;
	top: 6px;
	right: 2px;
}