/* Search Styles */

.HeaderSearch
{
    height: 36px;
    padding: 0;
    overflow: hidden;
}
.HeaderSearch .InputBox
{
    float: left;
    border:1px solid #8c8c8c;
    background:#fff url("/design/images/bgH3.gif") repeat-x;
    height: 20px;
    line-height: 20px;
}
.HeaderSearch .InputBox input
{
    border: none;
    background: none;
}
.HeaderSearch .InputBox button
{
    border: none;
    width: 50px;
    border-left:1px solid #ccc;
    background:#fff  url("/design/images/bgMenuSmall.gif") repeat-x ;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
}
.HeaderSearch .RadioButtons
{
    float: left;
    height: 20px;
    line-height: 25px;
    padding-left: 10px;
}
.HeaderSearch .RadioButtons label
{
    width: auto;
    float: none;
    color: #FFF;
    margin: none;
    font-weight: normal;
    padding: none;
}

.LeftSearch
{
    margin: 0 0 0 5px;
    font-family: 'lucida grande','tahoma', freesans, sans-serif;
}
.LeftSearch .Search
{
    border: 1px solid #8c8c8c;
    background: #fff url("/design/images/bgH3.gif") repeat-x;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 163px;
}
.LeftSearch .Search input, .LeftSearch .Search button
{
    border:0;
    margin:0;
}
.LeftSearch .Search input
{
    display: block;
    float: left;
    width:110px;
    background:transparent;
    font-size: 10px;
    margin: 0;
    font-size: 10px;
    *height: 20px;
    line-height: 20px;
    padding: 5px 0 5px 0;
    *padding: 0;
}
.LeftSearch .Search button
{
    display: block;
    float: left;
    width: 50px;
    border-left:1px solid #ccc;
    background:#fff  url("/design/images/bgMenuSmall.gif") repeat-x ;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.LeftSearch select
{
    margin: 0;
    width: 165px;
    border: 1px solid #CCC;
}
.LeftSearch .SearchType
{
    margin: 5px 0 0 0;
    font-size: 10px;
}
.LeftSearch .SearchType input
{
    margin: 0;
    padding: 0;
}
.LeftSearch .SearchType label
{
    _font-family: menu;
    margin: 0 5px 0 0;
    *margin: 0 0 0 0;
    padding: 0;
}