﻿body
{
    font-family: Verdana;
    font-size: 11px;
}
#txtsearch
{
    width: 150px;
}
.results
{
    top: 220px;
    left: 300px;
    position: absolute;
    display: none;
    color: #FFFFFF;
    background-color: #8a2620;
    width: 120px;
    border: solid 1px #FFFFFF;
    margin-top: 5px;
}
.searchresult
{
    height: 18px;
    width: 120px;
    border: 1px solid #FFFFFF;
    vertical-align: middle;
    text-align: left;
    font-size: 9px;
    background-color: #8a2620;
}
.small
{
    font-size: 9px;
}
.searchresult:hover
{
    background-color: #8a2620;
    cursor: hand;
}
.match
{
    font-weight: bold;
    font-size: 9px;
}
