.clearfix {
	_height:1%;
	zoom:1;
}

.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
}

.tag_box * {
	margin: 0;
	padding: 0;
	outline: none;
}

.tag_box {
	border: 1px solid #000;
	margin: 10px 0;
	min-height: 90px;
	cursor: text;
	width:100%;

}


span.tag {
				float: left;
				font-family: "Lucida Grande","Verdana";
			}
			span.tag label {
				background: #47A2C6;
				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: orange;
				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;
				font-weight:bold;
				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;

			}