/* common.style.css (67%) */


/* chat.css (72%) */
div.chat{margin:0px 0;}
div.chat label{vertical-align:top;}
div.chat div.chat_window{border:0px solid #ccc;height:100px;overflow:auto; float:left; width:100%; }
div.chat div.chat_window p{margin:0;padding:1px 2px;}
div.chat div.chat_window p.even{background:#eee;}
div.chat div.chat_window p.new{background:#FCC;}
