/* reset */
.tagator_element * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
}
/* Main box */
.tagator_element {
	border: none;
	background:none;
	display: inline-block;
	text-decoration: none;
}
.tagator_element.options-visible {
	position: relative;
	z-index: 101;
}

/* chosen items holder */
.tagator_tags {
	display: inline;
}

/* chosen item */
.tagator_tag {
	display: inline-block;
	color:#222222;
	width:100%;
	height:20px;
	line-height:20px;
	padding:0px;
	font-size: 12px;
	position: relative;
	cursor:default;
}

/* chosen item remove button */
.tagator_tag_remove {
	display:none;
}
/* input box */
.tagator_input,
.tagator_textlength {
	border:none;
	display:none;
}