.chzn-container-single .chzn-single {
    height: 31px;
    line-height: 31px;
    font-weight: bold;
}

.chzn-container-single .chzn-single div b {
    background: url('chosen-sprite.png') no-repeat 0 3px;
    display: block;
    width: 100%;
    height: 100%;
}

.chzn-container-active .chzn-single, .chzn-container-active .chzn-choices {

}

.chzn-container .chzn-results .highlighted {
    background-color: #1977B0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1977B0', endColorstr='#003b70', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #003b70), color-stop(90%, #003b70));
    background-image: -webkit-linear-gradient(top, #1977B0 20%, #003b70 90%);
    background-image: -moz-linear-gradient(top, #1977B0 20%, #003b70 90%);
    background-image: -o-linear-gradient(top, #1977B0 20%, #003b70 90%);
    background-image: -ms-linear-gradient(top, #1977B0 20%, #003b70 90%);
    background-image: linear-gradient(top, #1977B0 20%, #003b70 90%);
    color: #fff;
}

.chzn-container .chzn-results .result-selected {
    background-color: #eee;
}

