div.tagsinput {
    border: 1px solid #ebeff3;
    background: #FFF;
    padding: 8px 5px 0px 5px;
    overflow-y: auto;
}

div.tagsinput span.tag {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin: 4px;
    padding: 2px 3px 2px 8px;
    color: #666;
    font-size: 13px;
}
div.tagsinput span.tag a {
    font-weight: bold;
    color: #7d7d7d;
    text-decoration: none;
    font-size: 13px;
}
div.tagsinput input {
    width: 80px;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0;
    margin: 3px 5px 5px 0;
}

div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid { background: #FBD8DB !important; color: #90111A !important;}
