      
/**
* WALL SYSTEM
**/      
 
  
  div.comments_plugin div.messaging {  
    padding:10px;
  }
  
  div.comments_plugin div.box_content{margin:13px;}
  
    div.comments_plugin .left{float:left;position:relative;z-index:10;}
  
      div.comments_plugin div.messaging:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;} 
            div.comments_plugin div.messaging{display: inline-block;} 
            /* Hide from IE Mac \*/ 
            div.comments_plugin div.messaging {display: block;} 
            
    
  
  div.comments_plugin textarea{width:650px;margin-left:150px;height:150px;}     
  div.comments_plugin input{
    float:right;
    padding:2px 4px;
    margin-right:126px;
    border:1px solid #d0d0d0;
    background:#f5f7fe;
    font-weight:bold;
    margin-top:5px;
    
  }
      
  div.comments_plugin div.msg{
    margin:20px 0;
  } 
  
  div.comments_plugin span#empty_msg
  {
    font-weight: bold;    
    color: #fe4646;
    display: block;
    border: 1px solid #fe4646;
    background: #FFFFCC; 
    padding: 2px;
    margin-bottom: 3px;  
  }  
  
      div.comments_plugin div.msg:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;} 
             div.comments_plugin div.msg{display: inline-block;} 
            /* Hide from IE Mac \*/ 
            div.comments_plugin div.msg {display: block;} 
            
             
             div.comments_plugin div.msg div.details{
                background:#f5f7fe;
                border:1px solid #e2e9fd;                
                font-size:12px;
                padding:3px 10px 3px 130px;
                position:relative;
                z-index:1;
             }
             
                  div.comments_plugin div.msg div.details a{text-decoration:none;}  
             
                  div.comments_plugin div.msg div.details:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;} 
                     div.comments_plugin div.msg div.details{display: inline-block;} 
                    /* Hide from IE Mac \*/ 
                     div.comments_plugin div.msg div.details {display: block;} 
             
                div.comments_plugin div.msg div.details .left{float:left;margin:0;}  
                div.comments_plugin div.msg div.details .delete{float:right;text-decoration:none;font-size:10px;}     
                
    div.comments_plugin div.msg a.user_avatar{
        border:1px solid #8faccd;
        padding:1px;
        width:90px;
        height:90px;    
        display:block;     
        margin-left:10px;
        margin-top:-30px;   
        background:#fff;
        position:relative;
        z-index:30;
    }
         div.comments_plugin div.msg a.user_avatar img{float:left;width:90px;height:90px;}  
         
    div.comments_plugin div.msg a.write_on_wall{
        font-size:10px;
        width:90px;
        margin-left:10px;
        display:block;
        text-align:center;
    }
    
    div.comments_plugin div.msg p{
        float:left;
        width:720px;
        font-size:12px;
        margin:8px 2px 8px 30px;
    }
    
    
     div.comments_plugin .confirm{float:right;margin-right:5px;font-size:10px;}
     
     div.comments_plugin .pagination{
        font-size:10px;
        display:block;
        text-align:right;
        padding:5px 20px;
     }
     
