.SingleSearch {
        position: relative;
        left: 5px;
        top: 5px;
        z-index:2200;
}
.SingleSearch .SearchBox {
        background: linear-gradient(to bottom, #ffffff 30%, #e7e7e7 70%);
        border: 1px solid #ccc;
        height: 30px;
        width: 100%;
        float:right;
        margin-right:5px;
        margin-top: 5px;
        border-left: 0;
}
.SingleSearch .SearchBox .Text {
        border: medium none;
        color: #5b5b5b;
        display: inline-block;
        font: italic 9pt Arial;
        height: 25px !important;
        margin: 0;
        text-align: left;
        width: 80%;
        margin-right: 10px;
}
.SingleSearch .SearchBox .Button {
        /* background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat scroll center center; */
        border: medium none;
        display: inline-block;
        float: right;
        height: 30px;
        width: 50px;
        background: linear-gradient(to bottom, #ffffff 30%, #e7e7e7 70%);
}
@media only screen and (max-width: 768px){
        .SingleSearch{
                display: none;
        }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
        .SingleSearch {
                /* width: 820px !important; */
                top: 5px !important;
        }
}
