.ui-corner-all { 
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}

.chat {
border: 1px solid #dadada;
background-color:#FFFFFF;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 1px;
margin-top: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 3px;
}
.chat:hover {
border: 1px solid #cccccc;
}

.hr1 {background:url('../img/1.png') repeat-x;height:2px;border:0px}

.comm {opacity: 0.2;cursor:pointer;}
.comm:hover {opacity: 1;}
.del {opacity: 0.2;cursor:pointer;}
.del:hover {opacity: 1;}


