
#chatList{
  overflow: auto; 
  width: 100%; 
  height: 200px;
  border: 1px solid #434343;
  padding: 3px;
}
#chatList p {
	margin: 0px;
	line-height: 100%;
	color: #FFF;
}
#chatList p span {
	cursor: pointer;
}
#chatList p.pm_line{
  background-color: #2D0C0E;
}