.inputbx select {
    border: 0 none;
    float: left;
    height: 37px;
    padding: 0 10px;

    box-sizing: border-box;
    font-family: 'source_sans_prolight';
    font-size: 13px;
    line-height: 15px;
    color:#B3B3B3;
    width: 285px!important;
    -webkit-appearance:none;
    box-shadow:none;
    border-radius: 0;
}

.inputbx > span {
    background: url("../images/ar.png") no-repeat scroll right center ;
    pointer-events:none;
    display: inline-block;
    height: 4px!important;
    position: absolute;
    right: 16px!important;
    top: 16px!important;
    width: 8px!important;
}
