/* chat */
#chatarea {
 float:right; 
 height:auto;
 border:1px solid black;
 margin:2px auto;
 width:245px;
 color:#bbb;
 position:relative;
 background-color:#01010e;
 border:1px solid black;
 font-family:Calibri, sans-serif;
 font-size:12px;
 text-align:left;
 height: 260px;

}
#chatarea #chlogged {
 margin:3px 1px;
 border:1px solid red;
 padding:2px 1px;
 text-align:center;
 font-style:italic;
}
#chatarea img{
 height:16px;
 border:none;
}
#chatwindow {
 margin:0;
 padding:0;
}
#chatrooms {
 margin:3px auto 0 1px;
 width:99%;
}
#chatrooms .chatroom {
 color:#000;
 margin-right:2px;
 margin-left:2px;
 border-top:1px solid blue;
 border-right:1px solid blue;
 border-left:1px solid blue;
 background-color:#dadae8;
 cursor:pointer;
 padding:2px;
 font-size:0.9em;
 -moz-border-top-left-radius:0.6em;
 -webkit-border-top-left-radius:0.6em;
 -khtml-border-top-left-radius:0.6em;
 border-top-left-radius:0.6em;
 -moz-border-top-right-radius:0.6em;
 -webkit-border-top-right-radius:0.6em;
 -khtml-border-top-right-radius:0.6em;
 border-top-right-radius:0.6em;
 display: none;
}
#chatrooms #s_room {
 color:#000;
 margin-left: 6px;
 background-color:#7d7d7e;
 box-shadow:0.1em 0.1em 0.15em #a0a1da inset;
 -webkit-box-shadow:0.1em 0.1em 0.15em #a0a1da;    /* Safari and Chrome */
}
#chatusersli span, #chats q { display:none; }
#chatusers { display:none; }
#chats {
 margin:1px 3px 1px 1px;
 height:370px;
 background-color:#0d0d0d;
 overflow:auto;
 padding:1px;
 box-shadow:0.16em 0.16em 0.2em #a0a1d2;
 -webkit-box-shadow:0.16em 0.16em 0.2em #a0a1d2;    /* Safari and Chrome */
 -moz-border-radius:0.8em;
}
#chats p {
 margin:1px auto 1px 1px;
 padding:1px;
 -moz-border-top-left-radius:0.7em;
 -webkit-border-top-left-radius:0.7em;
 -khtml-border-top-left-radius:0.7em;
 -moz-border-bottom-right-radius:0.96em;
 -webkit-border-bottom-right-radius:0.96em;
 -khtml-border-bottom-right-radius:0.96em;
 border-top-left-radius:0.7em;
 border-bottom-right-radius:0.96em;
 background-color:#191919;

}
#chats p:nth-child(odd) {

}
#chats p:last-child {

}
 #chats .chatusr {
 font-weight:bold;
}
#chats p em {
 margin:0;
 font-size:9px;
}
#chats .chat {
 display:block;
 margin:0px auto 0px 27px;
 padding:0px 1px;
 line-height:97%;
 text-indent:-8px;
}

#playbeep {
 position:absolute;
 top:1px;
 right:-18px;
 width:18px;
 height:18px;
 border:none;
 cursor:pointer;
}

/* Chat Form */

#form_chat {
 clear:both;
 margin:8px auto 2px auto;
 padding:2px;
}
#form_chat #chatex img{
 margin:auto 1px;
 cursor:pointer;
}
#name_code, #chatex {
 text-align:center;
}
#chatadd {
position:relative;
display:none;
text-align:center;
}
#code_ch {
font-weight:bold;
font-size:16px;
padding:2px;
color:red;
}
#adchat {
 width:73%;
 height:16px;
 background-color:#b8deb9;
 color:#5151de;
 font-size:0.9em;
 padding-top:3px;
 -moz-border-radius:0.2em;
 -webkit-border-radius:0.2em;
 -khtml-border-radius:0.2em;
 border-radius:0.2em;
}
#adchat:focus { background-color:#fefed8; }
#enterchat {
margin:3px auto;
cursor:pointer;
text-decoration:underline;
font-style:italic;
font-size:15px;
color:#5151da;
}
#logoutchat {
margin:8px auto 1px 2%;
width:92px;
cursor:pointer;
text-align:left;
text-decoration:underline;
font-style:italic;
font-size:12px;
color:#5151da;
}
#logoutchat:hover, #enterchat:hover {
text-decoration:none;
font-style:none;
color:green;
}
#chatadd #mp {
margin:2px auto;
font-size:6px;
color:#bcdeff;
}
