
.SingleSearch {
    width: 100%;
    z-index: 10;
}
@media screen and (min-width:768px){
.SingleSearch .SearchBox {
    height: 32px;
    padding-bottom: 0;
    position: absolute;
    right: 0;
      width: 250px;  
    /* top: -53px; */
}
}
@media screen and (max-width:768px){
	.SingleSearch .SearchBox{display:none}
}
.SingleSearch .SearchBox .Text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 100px 0 0 100px;
    color: #5b5b5b;
    display: inline-block;
    float: left;
    font: italic 9pt Arial;
    height: 25px;
    margin: 0;
    text-align: left;
    width: 87%;
}
.SingleSearch .SearchBox .Button {
    background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat scroll center center;
    border: medium none;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 30px;
    filter: grayscale(1);
}
