span.tag {
				float: left;
				font-family: "Lucida Grande","Verdana";
			}
			span.tag label {
				background: #ccc;
				border: 1px solid transparent;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				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: #333;
				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: #333;
				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;

			}
			
.tagbox * {
	margin: 0;
	padding: 0;
	outline: invert none medium;
}

.tagbox {
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	min-height: 60px;
	height: 150px;
	cursor: text;
    background-color: #fff;

}

p.suggestions a {
  font-size: 10px;
  color: #000;
  padding: 0 5px;
}
p.suggestions a.active {
  background: #000;
  color: #FFF;
}