/*sms*/
.sms-head {  
     -moz-border-radius-topleft: 2px;  
     -moz-border-radius-topright: 2px;  
     -webkit-border-top-left-radius: 2px;  
     -webkit-border-top-rightright-radius: 2px;
     text-align: left;
     font-weight: bold; 
     font-size: 11px; 
     height: 17px;
     padding-top: 3px;
     padding-left: 3px;
     color: #fff;

}
 
 .sms{  
     color: gray; 
     overflow: hidden;   
     /*line-height: 30px;  */
     margin: 4px; 
     -moz-border-radius: 4px;  
     -webkit-border-radius: 4px;
     
 }  
  

 .sms-content {  
     background: #f5f5f5 url(img/sms-content-bg.png) repeat-x;  
     padding: 5px;  
     color: #56554e;  
     -moz-border-radius-bottomleft: 2px;  
     -moz-border-radius-bottomright: 2px;  
     -webkit-border-bottom-left-radius: 2px;  
     -webkit-border-bottom-rightright-radius: 2px;  
     line-height: 1.2em;  
     overflow: hidden;  
     font-size: 11px;
 }


 .sms-content p {
     margin: 0;
}

 .sms-foto{  
     position: relative;
     min-height: 63px;
     float: left;
     -moz-border-radius-bottomleft: 2px;  
     -moz-border-radius-bottomright: 2px;  
     -webkit-border-bottom-left-radius: 2px;  
     -webkit-border-bottom-rightright-radius: 2px; 
     margin: 0;
     padding: 0; 
 }
/*End sms*/