#contentleft ul {
	list-style-type: none;

	margin-top: -3px;
}
#contentleft ul li {
	list-style-type: none;
}
#ChatBox { width:100%; padding:0px; margin:0px; float:left; clear:left; }
#ChatBox .Row, #ChatBox .Row1  { background:#333; float:left; clear:left;  width:100%; padding:5px 0; margin:0px; border-bottom:1px dotted #CCC; color:#666; font-size:11px; font-family:Arial; }
#ChatBox .Row1 { background:#222; }
#ChatBox .Row  b, #ChatBox .Row  i, #ChatBox .Row1  b, #ChatBox .Row1  i  { color:#d16205; }

#postchat {
   clear: both;
   float: left;
}
#postchat #smilies {
   clear: both;
   width: 160px;
   border: 1px dotted #CCCCCC;
   background-color: #EFEBE9; 
   float: left;
   margin-bottom:10px;
}
#postchat #smilies ul {
   list-style: none;
   list-style-type: none;
   height: 15px;
   clear: both;
   width: 160px;
   float: left;
}
#postchat #smilies ul li {
   float: left;
   margin-left: 40px;
   margin-top: 7px;
   width: 15px;
   height: 15px;
}
#postchat #smilies ul li img {
   border: none;
   list-style: none;
   padding: 0px;
   margin: 0px;
}

body { padding:0px; margin:0px; }