.chat {/*border: 3px solid #cccccc;*/ padding: 0px; width: 200px;  background: white; text-align: left;}
.chat h3 {text-align: center; background: black; color: white; font-size: 1em; line-height: 20px; height: 20px; margin: 0px;}
.chat_in {margin: 0px; padding: 0px; height: 300px; overflow: auto; overflow-x: hidden; position: relative;}
.chat li {list-style: none; margin: 0px; padding: 0px 5px 0px 5px; border-bottom: 1px solid #eeeeee; line-height: 18px; position: relative; white-space: nowrap;}
/*.chat li:hover {background: #eeeeee;}*/
.chat h4 {padding: 0px 5px 0px 5px; font-size: 1em; background: #eeeeee; color: #888888; font-weight: normal; line-height: 20px; text-align: center;}
.chat li.online a {/*color: #888888 !important; opacity: 0.5;*/ font-weight: bold;}
.chat li.offline a {opacity: 0.5;}
.chat_datum {color: #bbbbbb;}
.chat_vzkaz {/*position: absolute !important; right: 5px; top: 1px;*/}
.chat_vzkazu {/*position: absolute !important; right: 5px; top: -1px; */font-weight: bold; color: red; /*font-size: 0.8em; text-align: center; width: 16px;*/ opacity: 1 !important; text-decoration: none !important;}

.chat_icons_right {position: absolute !important; right: 0px; top: -1px; background: white; padding: 0px 5px 0px 5px;}
.chat_icons_right img {vertical-align: middle;}
