
.SingleSearch {
    height: 30px;
    position: relative;
}
.SingleSearch .SearchBox {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 230px;
}
.SingleSearch .SearchBox .Text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
    color: #5b5b5b;
    display: inline-block;
    font: italic 9pt Arial;
    height: 21px;
    margin: 0;
    text-align: left;
    width: 86%;
}
.SingleSearch .SearchBox .Button {
    background: rgba(0, 0, 0, 0) url("images/search-button.jpg") no-repeat scroll center center;
    border: medium none;
    display: inline-block;
    float: right;
    height: 24px;
    width: 26px;
    border-radius: 50px;
}
@media only screen and (min-width: 769px){
.SingleSearch {
    max-width: unset !important;
}
}

