div.tagsinput { float:right; border:0px solid #CCC; background: #FFF;  width:300px; height:auto; overflow-y: auto; margin-left: 10px;}
div.tagsinput span.tag { border: 1px solid #fc7f3b; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: right; padding: 5px; text-decoration:none; background: #FAD8C5; color: #fc7f3b; margin:5px 0 0 5px; font-size:13px;}
div.tagsinput span.tag a { float:left; font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:5px; border:1px solid transparent; background: transparent;  outline:0px;  margin-bottom:5px; font-weight: bold }
div.tagsinput input:focus{ color: #000; background: #FAD8C5; height: 30px}
div.tagsinput div { display:block; float: right; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}