div.chatRoomList {
    width: 100px;
}
div.chatMsg {
    float: right;
    width: 516px;
}
div.chatMsg div.chatMsgText {
    float: none;
    margin: 0px auto;
    width: 511px;
    height: 200px;
    overflow-y: scroll!important;
    border: 1px double gray;
    background-color: #FFFFFF;
    color: #000000;
}
div.chatMsgText div {
    width: 100%;
}
div.chatUserList {
    width: 100%;
}
span.chatDatum {
    display: block;
    float: left;
    width: 100%;
    color: gray;
    font-size: 10px;
}
div.chatBoxMsg {
    float: right;
    width: 100%;
}
div.chatBoxMsg div.chatMsgText {
    float: none;
    margin: 0px auto;
    height: 150px;
    overflow-y: scroll!important;
    border: 1px double gray;
    background-color: #FFFFFF;
    color: #000000;
}
div.chatTextStyle {

}
div.chat_box {
    background-color: #E4F4F7;
    border-left: 1px solid #0D9FBF;
    border-right: 1px solid #0D9FBF;
    width: 310px;
}
span.chatNick {
    font-weight: bold;
}
div.chatMsgSend {
    
}
