#chatarea {
  border: 1px solid silver;
  margin: 2px auto;
  width: 600px;
  position: relative;
  background-color: #f8f4d5;
  font-family: Calibri,sans-serif;
  font-size: 16px;
  text-align: left;
  background-image: url(../images/back-1.gif);
  color: black;
}
#chatarea #chlogged {
  border: 1px solid red;
  margin: 3px 18%;
  padding: 2px 1px;
  text-align: center;
  font-style: italic;
}
#chatwindow {
  margin: 0;
  padding: 0;
}
#chatrooms {
  margin: 3px auto 0px 2px;
  width: 78%;
}
#chatrooms .chatroom {
  border-top: 1px solid #663300;
  border-left: 1px solid #663300;
  border-right: 1px solid #663300;
  padding: 2px 3px;
  margin-right: 3px;
  margin-left: 4px;
  background-color: #cccbc1;
  cursor: pointer;
}
#chatrooms #s_room {
  background-color: #ffffcc;
}
#chatusersli span, #chats q {
  display: none;
  background-color: white;
}
#chatusers {
  padding: 2px 3px;
  overflow: auto;
  height: 352px;
  -moz-border-radius-bottomright: 0.58em;
  top: 3px;
  position: absolute;
  -moz-border-radius-topright: 0.58em;
  right: 2px;
  background-color: white;
  -moz-border-radius-topleft: 0.58em;
  width: 18.8%;
  font-size: 13px;
  -moz-border-radius-bottomleft: 0.58em;
}
#chatusers #onl {
  margin: 2px auto;
  width: 100%;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
  background-color: white;
}
#chatusers ul {
  margin: 0px auto 0px 15px;
  padding: 0px;
}
#chats {
  border: 1px solid #aaaafe;
  margin: 2px auto 3px 2px;
  padding: 2px;
  overflow: auto;
  height: 330px;
  -moz-border-radius-topleft: 0.8em;
  -moz-border-radius-bottomright: 0.8em;
  width: 78%;
  background-color: #fdfdfe;
  -moz-border-radius-topright: 0.8em;
  -moz-border-radius-bottomleft: 0.8em;
}
#chats p {
  margin: 1px auto 2px 1px;
  padding: 1px 1px 2px;
  background-color: #f6fbfb;
}
#chats p:last-child {
  border-style: solid solid none;
  border-color: #abcdef #abcdef -moz-use-text-color;
  border-width: 2px 2px medium;
  margin: 2px auto 8px 1px;
  -moz-border-radius-topleft: 0.7em;
  -moz-border-radius-topright: 0.7em;
  -moz-border-radius-bottomright: 0.7em;
  -moz-border-radius-bottomleft: 0.7em;
}
#chats .chatusr {
  font-weight: bold;
}
#chats p em {
  margin: 0;
  font-size: 10px;
}
#chats .chat {
  margin: 0px auto 0px 29px;
  padding: 0px 1px;
  display: block;
  line-height: 97%;
  text-indent: -8px;
}
#playbeep {
  border:  none;
  margin: 0 auto 0 18px;
  cursor: pointer;
}
#form_chat {
  margin: -8px auto 2px;
  padding: 2px;
  clear: both;
}
#form_chat #chatex img {
  border:  none;
  margin: auto 2px;
  cursor: pointer;
}
#name_code, #chatex {
  text-align: center;
}
#chatadd {
  position: relative;
  display: none;
  text-align: center;
}
#code_ch {
  padding: 2px;
  font-weight: normal;
  font-size: 24px;
  color: white;
}
#adchat {
  padding: 1px 2px 0 8px;
  width: 67%;
  height: 20px;
  background-color: #ffffcc;
  color: #160044;
  font-size: 0.9em;
}
#adchat:focus {
  background-color: white;
}
#enterchat {
  margin: 3px auto;
  cursor: pointer;
  text-decoration: underline;
  font-style: italic;
  font-size: 17px;
  color: #19004d;
}
#logoutchat {
  margin: 5px auto 1px 2%;
  width: 95px;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  font-style: italic;
  font-size: 12px;
  color: black;
}
#logoutchat:hover, #enterchat:hover {
  text-decoration: none;
  color: #2a2a7f;
}
#chatadd #mp {
  margin: 2px auto;
  font-size: 7px;
  color: #999999;
}
