#left_content_area .comment_container {    
    margin-right:5px;
    margin-bottom:15px;
    background-image: url('/images/element_middle.png');
    background-position:top left;
    background-repeat:repeat-y;
         
}

#left_content_area .comment_container .comment_header {
    background-image: url('/images/element_top.png');
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:4px;    
    
}

#left_content_area .comment_container .comment_header .comment_information {
    background-color:#d4e6f8;
    margin-left:4px;
    margin-right:8px;
    border-left:3px solid #b0cff1;
    margin-bottom:10px;
       
}



#left_content_area .comment_container .comment_body p {
    margin:5px 13px 5px 10px;
    text-align:justify;
    line-height: 18px;
    font-size:11px;    
    color:#6c6c6c;   
    
}


#left_content_area .comment_container .comment_body img {
    vertical-align:middle;
}
#left_content_area .comment_container .comment_info {
    color:#7a858f;    
    padding-bottom:5px;    
    margin-left:5px;
    font-size:10px;
    position:relative;    
    height:1%;
    
}



#left_content_area .comment_container .comment_footer {
    background-image: url('/images/element_bottom.png');
    background-position:bottom left;
    background-repeat:no-repeat;
    padding-bottom:10px;
}

#left_content_area .comment_container .comment_footer .footer_information {
    background-image: url('/images/news_background.png');
    background-position:bottom left;
    background-repeat:repeat-x;
    
    color:#8c8c8c;
    font-size:10px;
    margin-left:4px;
    margin-right:8px;
}

#left_content_area .comment_container .comment_footer .footer_information div.author_info{
    border-top:1px solid #dedede;
    margin-left:5px;
    margin-right:5px;
    padding-top:5px;
    height:18px;
    display:block;
        
}

#left_content_area .comment_submission {
    background:yellow;
    width:100%;
}
#left_content_area .comment_submission form{
    width:100%;
    background:aqua;
}