#chatarea {
  position:absolute;
  display:none;
  background-color:#fff;
  font-size:10px;
  line-height:12px;
  width:316px;
  left:490px;
  top:100px;
  border:solid 1px #eaeaea;
}
#chatclose {
  float:right;
}
#chatmove {
  width:300px;
  height:16px;
  float:left;
}
#chatarea_inner {
  margin:0 10px 10px 10px;
}

#chat_messarea {
  padding:10px;
  border:solid 1px #91a7b4;
  border-top:none;
}

.chatheader {
  font-weight:bold;
}
.sessionclose {
  text-align:right;
}

.ta_chat {
  width:268px;
  font-size:10px;
  line-height:12px;
  overflow:hidden;
  height:50px;
}

.sendmessdiv {
  text-align:right;
}
.chathistory {
  height:200px;
  width:272px;
  border:solid 1px #91a7b4;
}

#chattabs {
  background:transparent url(../gfx/tabs.gif) repeat-x scroll 0 -72px;
  line-height:normal;
  width:100%;
}

#chattabs ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#chattabs li {
  background:transparent url(../gfx/tabs.gif) no-repeat scroll 0 0;
  display:block;
  float:left;
  height:18px;
  line-height:17px;
  margin:0 2px 0 0;
  padding:0 0 0 10px;
}

#chattabs li.current {
  background:transparent url(../gfx/tabs.gif) no-repeat scroll 0 -18px;
  margin-right:2px;
}
#chattabs .current span {
  background:transparent url(../gfx/tabs.gif) no-repeat scroll right -54px;
}
#chattabs span {
  background:transparent url(../gfx/tabs.gif) no-repeat scroll right -36px;
  display:block;
  float:left;
  padding:0 10px 0 0;
}
#chattabs .pending span a {
  text-decoration:blink;
}