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

.chat {
border: 1px solid #000000;
background-color:#999999;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 1px;
margin-top: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 3px;
}
.chat:hover {
border: 1px solid #000000;
}

.hr1 {background:url('') 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;}


