#chatTextBox,
#chatUsersBox,
#chatTypeBox  {
  border:solid #666666 1px;  
  background-color:#444444;
  overflow-y:scroll;
}


#chatTextBox {
  float:left;
  width:480px;
  padding:10px;
  height:331px;
  overflow-x:hidden;
  border-top-width:0px;
}

#chatUsersBox {
  float:right;
  width:158px;
  height:454px;
  overflow-x:hidden;
  margin-left:20px;
  border-top-width:0px;
  border-bottom-width:0px;
  
}

#chatTypeBox {
  width:500px;
  margin-top:20px;
  height:71px;  
  float:left;
  border-bottom-width:0px;
  padding-top:10px;
  overflow-y:hidden;
}

#chatUsersBox .usersList{
  margin:10px;
}

#chatUsersBox .usersList a {
  display:block;
}

#chatTypeBox .defaultForm input#textBox {
  width:370px;float:left;

}

.chatMessage {
  overflow:hidden;
  margin-bottom:10px;
  border-bottom:solid #4f4f4f 1px;
  padding-bottom:10px;
}

.userPart {
  width:110px;
  float:left;
  padding:5px;
  padding-bottom:10px;

}

.avatarPart {
  width:50px;
  float:left;
  text-align:center;
}

.avatarPart img {
  position:relative;
}

.messagePart {
  width:275px;
  float:left;
  margin-left:5px;
  padding:5px;
}

.userLayer {
  font-size:15px;
  color:white;
}

.userTime {
  font-size:10px;
  color:#999999;

}