form
{
    display: inline;
}

#reviews-main-table
{
    margin: 10px;
    border: 5px solid #D1D1E1;
}

#reviews-main-table td.header
{
    background-color: #FFCC00;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

#review-content
{
    background-color: #FFF9E4;
}

#filter-table
{
    margin-bottom: 5px;
}

#filter-table input, #filter-table select
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}

#filter-table td
{
    font-family: Arial, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

#filter-table2 td
{
    font-family: Georgia, Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
}

#review-table
{
    font-size: 10px;
}

#review-page-table
{
    font-size: 10px;
    border-top: 1px solid black;
}


#review-table td
{
    font-family: Arial;
    background-color: #FFEB93;
    color: black;
    padding: 3px;
    font-size: 16px;
    height: 40px;
    font-weight: bold;
}

#review-table td.excerpt
{
    font-family: Arial;
    background-color: White;
    color: black;
    padding: 3px 3px 25px 3px;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
}

#review-table td.excerptr
{
    font-family: Verdana;
    background-color: White;
    color: black;
    padding: 3px 3px 25px 3px;
    font-size: 16px;
    height: 40px;
    font-weight: normal;
}

#add-review
{
    border: 1px solid black;
    background-color: white;
    display: inline;
    padding: 0 3px 1px 3px;
}

#add-review a
{
    color: blue;
    text-decoration: none;
}