.chosen-container-single .chosen-single{
    background:none;

    padding: 6px 0 0 8px;
    height: 34px;
    border-color: #E6E6E6;


    max-width: 100%;
    font-size: 14px;
    line-height: 1.42857143;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chosen-container-single .chosen-single div b {
    background-position: 0px 7px;
}
.chosen-select{
    text-align-last: center; // для Хром
    text-align: center; //Для FF
}