﻿
.PageSearchForm {
    float: right;
}

.PageSearchForm .SearchMenu {
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 3px;
}

.PageSearchForm .SearchForm {
    width: 217px;
    height: 22px;
    border: 1px solid #a9a9a9;
    background-color: white;
    overflow: hidden;
}

.PageSearchForm .SearchForm .SearchTextBox {
    border-style: none;
    width: 193px;
}

.PageSearchForm .SearchForm .SearchButton {
    vertical-align: text-bottom;
}
