div.tagsinput { 
	border: 1px solid #cbd5dd;
	background: #ffffff;
	padding: 5px;
	overflow-y: auto;
	padding-bottom: 0px;
}
div.tagsinput span.tag {
	display: block;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	background: #31c0be;
	color: #ffffff;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #fafafa;
	text-decoration:none;
	font-size: 12px;
} 
div.tagsinput input {
	width:110px !important;
	margin:0px;
	border:1px solid transparent;
	padding:5px;
	background:transparent;
	color: #000;
	outline:0px; 
	margin-right:5px;
	margin-bottom:5px;
}
div.tagsinput div {
	display:block;
	float: left;
} 
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
