#chat_div{
  height:250px;
  overflow:auto;
  border:1px solid #e8ddbf;
  padding:5px;
  margin:3px 0px;
  background:#f6f4eb;
}
#chat_message{
  width:500px;
}
#smiles{
  border-left:1px dashed #cccccc;
  border-top:1px dashed #cccccc;
  width:510px;
}
#smiles a, #smiles div{
  float:left;
  width:50px;
  height:50px;
  border-right:1px dashed #cccccc;
  border-bottom:1px dashed #cccccc;
}
#smiles a:hover{
  background:url('images/smile_bg.gif');
}
.color_table{
  width:520px;
}
.color_table div{
  margin:0px 1px 1px 0px;
  border:1px solid #b3c9db;
  float:left;
  width:20px;
  height:20px;
  cursor:hand;
  cursor:pointer;
}