.chosen-container-active.chosen-with-drop .chosen-single
{
    border-radius: 5px;
}

.chosen-container .chosen-drop
{
    top: 140%;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.chosen-container .chosen-results li{
    font-size: 9pt;
    font-family: OpenSans-Regular, sans-serif, 'Helvetica';
}

.chosen-container .chosen-results {
    display: block;
}

.chosen-append .add-on
{
    border: 1px solid #d5d5d5;
    border-right: 0px;
    height: 23px;
    display: inline-block;
    background-color: #f4f3f3;
}

.chosen-append .chosen-single
{
    border-color: #d5d5d5;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    color: #9c9c9d;
}

.chosen-append .chosen-with-drop .chosen-single
{
    background-color: #fff;
    background-image: none;
}
.chosen-append .add-on:first-child
 {
     -webkit-border-top-left-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-bottomleft: 5px;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
 }

.chosen-append .add-on:last-child
{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.chosen-append.chosen-append-left .chosen-single
{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.chosen-append.chosen-append-right .chosen-single
{
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chosen-search {
    display: none;

}

.chosen-results {
    padding: 0px !important;
}