#custom-quick-search button.btn-default{
    color: #555555;
    font-size: 12px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/qs-arrow.png) no-repeat right 8px center rgba(255,255,255,1);
    border: transparent;
    font-weight: 300;
    font-family: 'Compass Sans';
    text-transform: uppercase;
}