
.SingleSearch {
	position: absolute;
	right: 0;
	top: 171px;
	z-index: 9999;
	width: 230px;
}
.SingleSearch .SearchBox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 28px;
    width: 100%;
}
.SingleSearch .SearchBox .Text {
    border: medium none;
    color: #5b5b5b;
    display: inline-block;
    font: italic 10pt Arial;
    height: 26px;
    margin: 0;
    text-align: left;
    width: 80%;
}
.SingleSearch .SearchBox .Button {
    background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll top center;
    border: medium none;
    display: inline-block;
    float: right;
    height: 28px;
    width: 17%;
}
