#search_bar
{
    float: left;
}

#search_bar form
{
    width: 180px;
    margin-bottom: 20px;
}

#search_bar form h2
{
    color: #034798;
    font-weight: bold;
    font-size: 14px;
}

#search_bar form label
{
    display: block;
    color: #034798;
    text-transform: uppercase;
    font-size: .8em;
}

#search_bar input
{
    width: 160px;
    font-size: .8em;
}

#search_bar select
{
    width: 163px;
    font-size: .8em;
}

input#submit
{
    float: right;
    width: 60px;
    margin: 10px 20px 0 0;
}