#search-box
{
    height:300px;
    width:251px;
    margin-bottom:10px;
}
#search-box select
{
    margin:0px;
}
#search-header
{
    height:10px;
    width:251px;
    background-image:url(/images/common/boxes/search-home-head.jpg);
    background-repeat:no-repeat;
}
#search-box div#footer
{
    height:10px;
    width:251px;
    background-image:url(/images/common/boxes/search-home-foot.jpg);
    background-repeat:no-repeat;
}
#search-box div#search-form
{
    height:300px;
    background-color:#000;
}
#search-box div#search-form form
{
    padding:10px 20px;
}
#search-box div#search-form form label
{
    color:#FFF;
    font-weight:bold;
    font-size:0.8em;
    line-height:2.2em;
}
#search-box div#search-form form select
{
    width:211px;
    margin:0 0 15px 0;
    padding:5px 3px;
}
#search-box div#search-form form #search-button
{
    margin-top:0px;
    margin-left:117px;
}
#search-box h2
{
    color:#FFA812;
    font-size:1.5em;
    text-align:center;
    padding-top:5px;
    text-indent:0px;
}
#search-box h2 span.search-squiqqle
{
    color:#6C6867;
    font-size:0.8em;
    font-weight:bold;
}
#search-box select
{
    padding:0;
}
#name_search_list{ border-bottom:solid 1px #aaa; background-color:#fff; height:140px; overflow:auto; }
#name_search_list ul{ text-align:left; border:solid 1px #aaa; border-bottom:none; }
#name_search_list li{ font-size:0.9em; padding:3px 5px; }
#name_search_list li.selected{ background-color:#ddd; }
