span.tag {
				float: left;
				font-family: "Lucida Grande","Verdana";
			}
			span.tag label {
				background: #e3dfd6;
				border: 1px solid transparent;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				margin: 2px 0 0px 2px;
				padding-right: 20px;
				position: relative;
				display: inline-block;
				min-width: 20px;
				height: 18px;
			}
			span.tag label abbr:hover {
				cursor: pointer;
			}
			span.tag label abbr {
				color: #666;
				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: #666;
				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;

			}