.chosen-container-single .chosen-single {
    border-radius: 4px;
    height: 35px;
    line-height: 30px;
    background: #fff;
}

.chosen-container-single .chosen-single div b {
    margin-top: 5px
}

.chosen-container-multi .chosen-choices {
    border-radius: 4px;
    background-image: none;
}

.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
}

div.tagsinput span.tag {
	background: #F1F1F1;
	border-color: #CCCCCC;
	color: #444444
}

div.tagsinput span.tag a {
	color: #808080
}
