ul.tagit {
	overflow: auto;
	margin-left: 0px; /* usually we don't want the regular ul margins. */
	margin-right: inherit;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:4px;
	border: 1px solid #cecece;
}
ul.tagit li {
	display: block;
	float: left;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}
ul.tagit li.tagit-choice {
	position: relative;
	height:18px;
	padding:0px;
	background-color:#5d5d5d;
}
input.tagit-hidden-field {
	display: none;
}
ul.tagit li.tagit-choice-read-only {
	padding-left: 4px;
	padding-right: 4px;
	line-height:18px;
	height:18px;
	background-color:#d9d9d9;
}
ul.tagit li.tagit-choice.tagit-choice-read-only span.tagit-label{
	color: #000000;
}
ul.tagit li.tagit-choice-editable {
	padding:0px;
	line-height:18px;
	height:18px;
}
ul.tagit li.tagit-new {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
ul.tagit li.tagit-choice a.tagit-label {
	cursor: pointer;
	text-decoration: none;
}
ul.tagit li.tagit-choice span.tagit-label {
	font-size:11px;
	font-weight: bold;
	color:#ffffff;
}
ul.tagit li.tagit-choice-editable span.tagit-label {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
	padding-right:18px;
	line-height:18px;
	height:18px;
}
ul.tagit li.tagit-choice .tagit-close {
	cursor: pointer;
	position: absolute;
	right: .1em;
}
ul.tagit li.tagit-choice-editable .tagit-close{
	right:4px;
	top:4px;
}
ul.tagit li.tagit-choice-editable .tagit-close .ui-icon-close{
	background-image:url("images/clear.cross.svg");
	background-position:0px 0px;
	height:11px;
	width:10px;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {	/* used for some custom themes that don't need image icons */
	display: none;
}
ul.tagit li.tagit-choice input {
	display: block;
	float: left;
	margin: 4px 4px 4px 0;
	height:18px;
	line-height:18px;
	border:none;
}
ul.tagit li.tagit-choice input {
	margin: 3px 3px 3px 0;
}
ul.tagit input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
ul.tagit li.tagit-new.hidden {
	visibility: hidden;
}