#searchHeader 
{
    margin: 0px 20px 0px 20px;
    height: 18px;
    background: url(/auction/images/default/blankBar.jpg);
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

#searchMain
{
    margin: 0px 20px 0px 20px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    padding: 20px;
    font-size: 1.2em;
    background: white;
}

#searchMain div
{
    padding: 5px;
}

#searchMain div span.label
{
    float: left;
    display: block;
    width: 200px;
    text-align: right;
    padding: 2px 0px 0px 0px;
}

#searchMain div input
{
    border: solid 1px black;
    width: 300px;
}

#searchFooter
{
    margin: 0px 20px 300px 20px;
    height: 20px;
    background: url(/auction/images/default/blankBar.jpg);
    padding: 0px 0px 0px 340px;
}

#searchFooter a
{
    display: block;
    font-size: 1.4em;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    background: url(/auction/images/default/searchbutton.jpg);
    width: 66px;
    height: 20px;
}

#searchFooter a:hover
{
    background-position: top right;
}
