﻿#latestbox
{
    border: 1px solid green;
    padding: 5px;
    width: 620px;
    height: 210px;
    
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

#latestbox a
{
    font-size: 14px;
    font-weight: bold;
}

#latestbox p
{
    font-size: 12px;
}

#latestbox .feedlist
{
    
    font-size: 12px;
    height: 210px;
    padding-right: 10px;
}


#latestbox .feedlist .feedlistitem
{
    clear: both;
    border: 1px solid #999;
    margin-bottom: 5px;
}

