.tags{
	float:left;
}
.tags span.tag{
	cursor:pointer;
	display:block;
	float:left;
	color:#fff;
	background: #6B6B6B;
	padding:5px;
	padding-right:25px;
	margin:4px;
}
.tags span.tag:hover{
	opacity:0.7;
}
.tags span.tag,
.tags span.tag:after {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tags span.tag:after{
	position: absolute;
	content: "x";
	padding: 0 4px;
	margin: 0 5px;
	font-size: 10px;
}
.tags input{
	margin:4px;
	padding:7px;
	width:auto;
}