div.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0px 3px 3px 3px;
    width: 300px;
    height: 100px;
    overflow-y: auto;
}

    div.tagsinput span.tag {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        display: block;
        float: left;        
        text-decoration: none;
        vertical-align: middle;
        line-height: 1.5em;

        padding: 3px;
        padding-left: 8px;
        border-radius: 4px;
        background-color: #FCAF17;
        border-color: #DBDBDE;
        color: #000000;
        margin-right: 4px;
        font-family: 'RockwellRegular',serif;
        margin-top: 3px;
    }

        div.tagsinput span.tag a {
            font-weight: normal;
            color: #9E8F6D;
            text-decoration: none;
            font-size: 100%;
            line-height: 1.5em;
            margin-right: 4px;
            font-family: helvetica;            
        }

    div.tagsinput input {
        width: 90px;
        margin: 0px;
        border: 1px solid transparent;
        padding: 5px;
        background: transparent;
        color: #000;
        outline: 0px;
        font-family: 'RockwellRegular',serif;
        font-size: 16px;
        margin-top: 3px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
