﻿.SearchControl
{
    padding: 5px;

    background-color: #EFEFEF;
    border: solid 1px #BBB;

    margin-bottom: 5px;
    margin-top: -5px;
}

.SearchControl .Border
{
    clear: both;
    line-height: 1px;

    margin-top: 5px;

    border-top: dashed 1px #BBB;
}

.SearchControl .SearchResultsLabel
{
    display: block;
    border: none;
    background-color: transparent;

    margin-top: 5px;

    color: #787878;
    width: 100%;

    text-align: right;
}

.SearchControl .SearchControlWaterMark
{
    color: #CCC;
}

.SearchControl .SearchFieldContainer
{
    float:left;
    margin-right: 5px;
    height: 20px;
}

.SearchControl .SearchFieldContainer a
{
    display: block;
    padding-top: 3px;
}

.SearchControlDiv {
    clear: both;
    line-height: 1px;
}