.acInput {
        margin:0;
}
.acResults {
        padding: 5px;
        background-color: #fff;
        box-shadow:0px 0px 3px #484848;
        border:1px solid #0075ea;
        overflow: hidden;
        margin-top:-1px;
}

.acResults ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.acResults li {
        margin: 0px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: arial;
        font-size: 12px;
        overflow: hidden;
}

.acLoading {
        background : url('indicator.gif') right center no-repeat;
}

.acSelect {
    background-color: #0075ea;
    color: #fff;
}

.noresult{
	border:1px solid #E8493F;
}
.noresult .acSelect{
    background-color: #E8493F;
    color: #fff;
}

#searchVal_addTag, #searchVal_tagsinput{
	height:40px !important;
}
#searchVal_tagsinput h3{
	margin-top:10px !important;
}