
.SingleSearch {
    /* position: relative; */
    /* right: 15px; */
    /* top: 5px; */
    padding: 5px 10px;
    height: 100%;
}
.SingleSearch .SearchBox {
    /* background: none repeat scroll 0 0 #F0F0F0; */
    /* border-radius: 5px; */
    /* box-shadow: 0 0 2px inset; */
    display: inline-block;
    /* float: right; */
    height: 25px;
    /* width: 200px; */
    background: #ededed;
    position: relative;
}
.SingleSearch .SearchBox .Text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #5B5B5B;
    display: inline-block;
    float: left;
    font: italic 9pt Arial;
    margin: 0;
    padding: 5px;
    width: 165px;
}
.SingleSearch .SearchBox .Button {
    background: url("images/search-button.jpg") no-repeat scroll center center transparent;
    border: medium none;
    display: inline-block;
    /* float: right; */
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
