#commentpanel 
    {
    }    

#commentbar
    {
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    background-color: #A8CCC1;
    text-align: center;
    border-bottom: solid 2px #112B82;
    border-top: solid 2px #112B82;
    font-weight: bold;
    font-size: 16px;
    
    }

.comment
    {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #F0F0F0;
        text-align: left;
    
        
    }

.comment .title
    {
        background-color: #D0D0D0;
        border-bottom: solid 2px #A0A0A0;
        margin-bottom: 3px;
        padding-top: 3px;
    }

.comment .text
    {
        padding: 5px 10px 10px 10px;
        text-align: justify;
    }

.comment .text p
    {
    margin-bottom: 4px;
    margin-top: 4px;
    }

    
.adminfo
    {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #F0FFF0;
        text-align: left;    
    }

.adminfo .title
    {
        background-color: #D0DDD0;
        border-bottom: solid 2px #A0A0A0;
        margin-bottom: 3px;
        padding-top: 3px;
    }

.adminfo .text
    {
        padding: 5px 10px 10px 10px;
        text-align: justify;
    }
    
    
    
p  {
    margin-top:0px;
    margin-bottom:0px;
    text-indent: 0px;
    
    }