div.tagsinput {
	border: 1px solid #d2d6de; background: #fff; width:100% !important; height: 40px !important; padding: 0 5px !important; font-size: 14px; overflow-y:auto;
}
div.tagsinput span.tag {
	border: 1px solid #a5d24a; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: block; float: left; height: 28px !important; line-height: 28px !important; padding: 0 5px; margin: 5px 5px 5px 0; text-decoration: none; background: #cde69c; color: #638421; font-size: 13px;
}
div.tagsinput span.tag a {
	
}
div.tagsinput input {
	width: 100px; height: 28px !important; line-height: 28px !important; padding: 0 5px; margin: 5px 5px 5px 0; font-size: 13px; border: 1px solid #ddd; background: 0 0; color: #000; outline: 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; font-size: 13px;
}
div.tagsinput div {
	display: block; float: left;
}
.tags_clear {
	clear: both; width: 100%; height: 0;
}
.not_valid {
	background: #FBD8DB !important; color:#90111A !important;
}