.chat_time { 
    font-style: italic;
    font-size: 9px;
}

.chat_system_message { 
    color: red;
    font-weight: bold;
}

.chat_self_message { 
    color: blue;
    font-weight: bold;
    background: url(../images/chat2.gif) no-repeat left;
    padding-left: 20px;
    display: inline;
}

.chat_opponent_message { 
    color: red;
    font-weight: bold;
    background: url(../images/chat1.gif) no-repeat left;
    padding-left: 20px;
    display: inline;
}

.chat_self_message_text { 
    color: #000000;
    margin-bottom: 12px;
}

.div_chat { 
    height: 300px;
    width: 500px;
    overflow: auto;
    padding: 8px;
    background-color: #E4F1FF;
    border: 1px solid #D5D4D0;
    word-wrap: break-word;
}
