span.tag {
	float: left;
	font-family: "Lucida Grande","Verdana";
}
span.tag label {
	background: #00A4C7;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 3px 0 3px 5px;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	min-width: 20px;
	height: 20px;
}
span.tag label abbr:hover {
	cursor: pointer;
}
span.tag label abbr {
	color: #FFF;
	border: none;
	font-size: 8px;
	font-weight: bold;
	line-height: 12px;
	position: absolute;
	right: 3px;
	z-index: 9999;
	height: 100%;
	line-height: 22px;
}
span.tag input {
	border: none;
	background: transparent;
	color: #fff;
	position: absolute;
	left:0;
	width: 100%;
	height: 15px;
	z-index: 0;
/*	line-height: 20px;*/
	text-align: center;
	padding: 0;
	top: 3px;
}
span.tag input, span.tag label span {
	font-family: "Lucida Grande","Verdana";
	font-size: 11px;
}
span.tag label span {
	display: inline-block;
	visibility: hidden;
	margin-left: 5px;

}
.tag_box * {
	margin: 0;
	padding: 0;
	outline: none;
}

.tag_box {
	border:1px solid #B6C9D6;
	margin: 10px 0;
	min-height: 60px;
	cursor: text;
}
		
