.SingleSearch {
        position: absolute;
        right: 0;
        top: -32px;
        z-index:2200;
}
.UISingleSearch_Default {
        position: relative;
}
.SingleSearch .SearchBox {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #adadad;
        border-radius: 20px;
        height: 22px;
        /* width: 120px; */
        border-right: revert-layer;
}
.SingleSearch .SearchBox .Text {
        border: medium none;
        color: #5b5b5b;
        display: inline-block;
        font: italic 9pt Arial;
        height: 20px !important;
        margin: 0;
        text-align: left;
        width: 150px;
        border-radius: 10px !important;!i;!;
}
.SingleSearch .SearchBox .Button {
        background: #af2f11 url(images/s.png) no-repeat scroll center center;
        border: medium none;
        display: inline-block;
        float: right;
        height: 22px;
        width: 23px;
        border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 768px){
        .SingleSearch{
                display: none;
        }
}
