div.tagsinput { overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #aaa; -moz-border-radius:3px; -webkit-border-radius:3px; display: block; float: left; padding: 2px; text-decoration:none; background: #f2f2f2;  margin-right: 3px; margin-bottom:3px;}
div.tagsinput span.tag a { font-weight: bold; color: #aaa; text-decoration:none;  } 
div.tagsinput input { width:120px; padding: 2px; margin:0px; border: 1px solid #aaa; -moz-border-radius:3px; -webkit-border-radius:3px; background:#fff;  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;}