 input.addsearch {
    border: 1px solid #ffffff;
    border-color: #ffffff;
    border: none;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    height: 32px cursor: wait;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
                font-family: Arial, sans-serif;
            }
                
                .input-group-addon {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #7DB9E2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;

}