

.SingleSearch {
    margin: 0 auto;
    position: relative;
    /* width: 1000px; */
    height: 40px;
    background: transparent;
}
.SingleSearch .SearchBox {
    background: #ffff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 1px inset;
    display: inline-block;
    height: 35px;
    float: right;
    position: relative;
    top: 12px;
    width: 220px;
}
.SingleSearch .SearchBox .Text {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #5b5b5b;
    display: inline-block;
    float: left;
    font: italic 9pt Arial;
    margin: 0;
    padding: 5px;
    width: 187px;
}
.SingleSearch .SearchBox .Button {
    background: transparent url("images/search.png") no-repeat scroll center center;
    border: medium none;
    display: inline-block;
    float: right;
    height: 28px;
    width: 20px;
}
@media only screen and (max-width: 768px) {
        div.SingleSearch {
        margin-top:0!important;
                height: 20px!important;
        }
        div.SingleSearch .SearchBox {
        	top:10px!important;
            width:90%!important;
            right:5%!important;
        }
}