img {border:none;}

div.chat {
  height: 200px;
  width:228px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.chattable {
  font-family:arial,sans-serif;
  font-size:11px;
  width: 230px;
  height: 300px;
  border: 1px solid black;
  background-color: #fff;
  position:fixed;
  bottom:0;
  right:0;
}
.chatmessage {
  font-family:arial,sans-serif;
  font-size:11px;
  width: 100%;
  *width: 93%;
  -width: 93%;
  text-align: left;
}
.chatmessage .me{
  font-weight: bold;
  color: #4B8C32;
}
.chatmessage .notme{
  font-weight: bold;
  color: #777777;
}
.chatmessage .date {
  color:#ddd;
  font-size:10px;
  margin:0 5px;
}
.chatmessage .message{
  border-bottom:1px solid #EDEEF0;
  color:#333;
  padding:5px;
}
.smiles {
  background:#fff none repeat scroll 0 0;
  border:1px solid #BFD8BA;
  bottom:30px;
  right:0px;
  padding:5px;
  position:absolute;
}
.smiles img {
  float:right;
  margin-right:5px;
  border:none;
}
.chat_message {
  background:white none repeat scroll 0 0;
  border-color:black;
  border-style:solid;
  border-width:0 0 0 1px;
  font-size:11px;
  padding:2px 3px;
  width:165px;
  margin-right:2px;
}

.request_message_box {
  width:190px;
  height:140px;
  position:fixed;
  bottom:0;
  right:0;
  border:3px solid #e2eec0;
  text-align:center;
  color:#68846d;
  font-family:arial,sans-serif;
  font-size:16px;
  background:white;
  font-weight:bold;
}
.request_message_box .title {
  margin-top:5px;
}
.request_message_box span {
  color:black;
  font-size:10px;
  font-weight:bold;
  display:block;
  margin-bottom:5px;
}
.request_message_box img {
  padding:5px 10px 0px 0;
}
.request_message_box a {
  color:#68846d;
  text-decoration:none;
}
.request_message_box a.no {
  color:#e32048;
}

.wait_message_box {
  width:190px;
  height:140px;
  position:fixed;
  bottom:0;
  right:0;
  border:3px solid #e2eec0;
  text-align:center;
  color:#f69a45;
  font-family:arial,sans-serif;
  font-size:12px;
  background:white;
  font-weight:bold;
}
.wait_message_box .title {
  color:#68846d;
  margin-top:10px;
}
.wait_message_box img {
  padding:10px;
}
