
div.comment
{
    color: black;
    text-align:justify;
	background-color:   #CCCCCC;
    border : 1px silver solid;
    width: 600px;
   overflow: visible;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
div.name_post
{
    border-bottom: 1px #777777 dashed;
   
    
    text-align:justify;
	background-color: #eeeeee ;
    color:#777777;
   font-size:11px;
   height:15px;
     
     
}

div.text_comm
{
    border-bottom: 1px #777777 dashed;
   
    color: black; 
    text-align:justify;
    padding:15px;
	background-color: white;
      font-size:12px;
   
    
}
div.replies
{
    display: block;
    color: blue;
    	background-color: #eeeeee ;
   padding:10px;
       font-size:11px;
    
}
.replies:hover
{
   
   
}
div.new_comm
{
   display: block;
    color: blue;
    	background-color: #dddddd ;
    
    padding:10px;
     font-size:11px;
    
}

div.add_new
{
    display:none;
    text-align:center;
    margin-left:30px;
    border: 0px silver solid;
    width:400px;
    
   
}
div.childs
{
    display:none;
    text-align:center;
    margin-left:30px;
    border: 0px black solid;
    width:600px;
    
   
}
