@charset "utf-8";
.chatarea_title {
    padding: 5px;
    background: #e82918;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.chatarea_title button {
	top: 7px;
    right: 10px;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    background: #e82918;
    padding: 1px 4px;
    color: #FFFFFF;
    border: 0;
    width : 16px;
    height : 16px;
    cursor: pointer;
}
.chatarea_title button:hover {background: #e9413d;} 

.chatsend_content button {
    height: 32px;
    border: 1px solid #ccc;
    width: 100px;
    background-color: #859db1;
    color: #fff;
}

.chatmessage_content {    
    background-color: #fff2f2;
}

.chatsend_content button {
    height: 32px;
    border: 1px solid #ccc;
    width: 100px;
    background-color: #859db1;
    color: #fff;
}

.chatbubble.left {
    max-width: 200px;
    min-width: 85px;
  margin-left:20px;
  background:#9CECFF;
  float: left;
  word-break: break-all;
}

.chatbubble.right {
    max-width: 200px;
    min-width: 85px;
  margin-right:20px;
  background:#F5F39D;
  float: right;
  word-break: break-all;
}

.chatbubble.left:after {
    top: 16px;
    left: -20px;
    bottom: auto;
    border-width: 0px 20px 10px 0;
    border-color: transparent #9CECFF;
}

.chatbubble.right:after {
    top: 16px;
    right: -20px;
    bottom: auto;
    left: auto;
    border-width: 0px 0 10px 20px;
    border-color: transparent #F5F39D;
}