/************************************* Chat *********************************/
#chat_tabs {
  float: left;
  /*border: 1px dotted #73613B;*/
  margin: 10px 10px 0px 10px;
  width: 680px; }

#chat_tabs > div {
  float: left;
  margin: 3px 5px;
  border: 1px solid #73613B;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#chat_tabs > div.active {
  background-color: #444; }

#chat_tabs > div.unread {
  font-weight: bold; }

#chat_tabs > div.marked {
  color: #A00000;
  border-color: #A00000;
  background-color: #ff9999; }

#chat_tabs > div span.name {
  cursor: pointer;
  padding: 3px 7px;
  margin: 0px 3px;
  display: inline-block; }

#chat_tabs > div span.close {
  margin-right: 3px;
  cursor: pointer;
  padding: 0px 5px;
  font-family: Courier;
  font-weight: bold;
  color: #73613B;
  border: 1px solid #703C10;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#chat_list {
  float: left;
  border: 1px solid #73613B;
  margin: 0px 10px 10px 10px;
  height: 400px;
  width: 680px;
  overflow: auto; }

#chat_list div,
#chat_list p {
  margin: 0px 5px; }

#chat_list .date {
  color: #444; }

#chat_list img.smiley {
  height: 16px; }

#chat_online {
  float: left;
  border: 1px solid #73613B;
  margin: 10px 10px;
  height: 350px;
  width: 130px; }

#chat_online div {
  overflow: auto;
  height: 335px;
  margin-right: -5px; }

#chat_online span {
  cursor: pointer; }

#chat_online span.offline {
  color: #472E2E; }

#chat_online span:hover {
  color: #999; }

#chat_new_post {
  float: left;
  width: 100%;
  margin: 0px 10px; }

#chat_new_post p {
  margin: 0px;
  width: 90px;
  display: inline-block; }

#chat_new_post input {
  width: 80px;
  outline-style: none; }

#chat_new_post input[type=submit] {
  margin: 0px 5px; }

#chat_new_post input[type=text] {
  width: 590px; }

#is_sound_needed {
  margin-left: 10px; }

/************************************ /Chat *********************************/

/*# sourceMappingURL=chat.css.map */
