#searchres
{
    position:absolute;
    display:none;
    background-color: #fff;
    margin:5px;
    border:1px solid #000;
    border-bottom:4px solid #777;
    border-right:3px solid #777;
    width:90%;
    height:80%;
    top: 20px;
    z-index:500;
    padding:0;
}
#restable
{
    overflow:auto;
    padding:10px;
    font-size:11pt;
    background-color:#fff;
    font-size:9pt;
}
#searchres div.title
{
    background:url('/img/dbg.gif');
    display:block;
    padding:2px;
    font-size:10pt;
    cursor:pointer;
    cursor:hand;
    font-size:12pt;
}
#searchres span.control
{
    top:0;
    float:right;
    margin-right:2px;
    font-size:12pt;
    line-height:1em;
    cursor:pointer;
    cursor:hand;
    font-size:11pt;
    padding-right:5px;
}
#searchres span.control a
{
    text-decoration:none;
    font-size:11pt;
}
#searchres span.control a:hover
{
    color: #f93;
}
#restable ul, #restable ul li
{
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
    font-size:8pt;
}
#restable ul li
{
    background:url('/img/lst.gif');
    background-repeat: no-repeat;
    background-position:left center;
    padding-left:8px;
    margin-bottom:3px;
}
#restable ul li span
{
    font-size:7pt;
}