﻿.SearchTopBar
{
    border-bottom: solid 1px darkgray;
    height: 25px;
    margin: 0px;
    background-color: rgb(62,116,114);
}
.SearchTopBarInnerDiv
{
    width: 995px;
    margin: 0px auto;
}
.BetaMsg
{
    color: inherit;
    text-align: left;
    float: left;
    font-size: 9pt;
    padding: 3px 0 0 5px;
    margin-top: -12px;
    position:relative;
    z-index:2;
}
.BetaMsg a
{
    color: inherit;
}
.SearchBox
{
    font-size: 9pt;
    padding:3px 0 0 5px;
    float: left;
    position:relative;
    z-index:2;
}
.SearchBox a
{
    vertical-align:bottom;
}
.SearchForm
{
    background-color: transparent;
}
.SearchQueryTxt
{
    background-color: #DDEEFF;
    border: 1px solid #999999;
    width: 150px;
}
.rssImg
{
    vertical-align: top;
}