/* MULTI */
.chzn-container-multi .chzn-choices {
    background-image: none;
    border-color: #C9D2D8;
}

.chzn-container-active .chzn-choices{
    border-color: #C9D2D8;
	box-shadow: none;
}

.chzn-container {
    font-size: 1em;
}

.chzn-container-multi .chzn-choices .search-field input {
    padding: 0.8em;
    font-size: 12px;
}

.chzn-container .chzn-results .highlighted {
    background-color: #53AD42;
    background-image: none;
}

.chzn-container-multi .chzn-choices .search-choice {
    margin: 7px 0px 0px 7px;
}

/* SINGLE */

.chzn-container-single .chzn-single {
    background-image: none;

    border-color: #808080;
    background: #454545;
    color: #ffffff;

    border-radius: 0px;
    padding: 0.15em 0.8em;
    width: 290px;

    box-shadow: none;
}

.chzn-container .chzn-drop {
    background: #454545;
    border-color: #808080;
    width: 311px;
}

.chzn-container-single .chzn-search input {
    border-color: #808080;
    background: #5f5f5f;
    color: #ffffff;
}

.chzn-container-single .chzn-single span {
    font-weight: normal;
    background: #454545;
}

.chzn-container-active.chzn-with-drop .chzn-single{
    background: #454545;
    border-color: #808080;
    box-shadow: 0 0px 0 #FFFFFF inset;
}

.chzn-container-single .chzn-single div b {
    background-position: 0px 6px;

    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

.chzn-container .chzn-results .no-results {
    background-color: #454545;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-color: #454545;
    background-position: -18px 6px;
}

.chzn-container .chzn-results li em {
    background: #000;
}