#search {
    float: left;
    position: relative;
    padding: 6px 0 0 0;
}

#search input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    float: left;
    font-size: 12px;
    padding: 0px 5px;
    width: 170px;
    height: 23px;
    color: #666;
}

#search .btn {
    float: left;
    background: none repeat scroll 0 0 #F0BE37;
    padding: 0;
    border: none !important;
}

#search .btn button {
    background: transparent !important;
    border: 1px solid #999 !important;
    border-left: 0 !important;
    padding: 0 10px !important;
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #CCC !important;
    box-shadow: 0 0 0px 1px #FFFFFF inset !important;
    cursor: pointer;
}



/*NEW SEARCH*/

.dvSearch {
    float: left;
    border: 2px solid #fff;
    width: 238px;
    margin-top: 5px;
    background-color: #fff;
}

.dvSearch input {
    height: 22px !important;
    line-height: 20px;
    border: none !important;
    border-radius: 0 !important;
    text-indent: 5px;
    width: 150px !important;
    float: left;
    clear: none;
}
@media screen and (max-width: 1023px) {

    .dvSearch input {
            width: 150px !important;
    }
    .dvSearch input.idgSearchBtn {
        margin-top:2px !important;
    }
    
}

.dvSearch a {
    background-color: #f0be37;
    height: 24px;
    line-height: 20px;
    border:none;
    display: inline-block;
    color: #000;
    float: left;
    clear: none;
    width: 70px;
    text-align: center;
    font-size: 11px;
}

.dvSearch input.idgSearchBtn {
    background-color: #F0BE37;
    border: medium none;
    clear: none;
    color: #000000;
    display: inline-block;
    float: right;
    font-size: 11px;
    height: 24px !important;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: 76px !important;
    cursor: pointer;
}
