.chat{position:absolute;width:320px;cursor:default;} /*  top:100px;left:100px; */

.chat.move{cursor:move;}
.chat .in{float:left;width:100%;}
.chat,.chat a,.chat input,.chat textarea{font:12px tahoma;}
.chat .top{padding:5px;color:#fff;-moz-user-select:none;}
.chat .top span{float:right;width:10px;margin:0 0 0 6px;font-weight:bold;cursor:pointer;}
.chat .top .show{font-weight:normal;}
.chat .bottom{padding:5px 5px 0 130px; } /*  background:#fafafa url(/e-aid/i/2.jpg) no-repeat; */
.chat .content{width:100%;}
.chat input,.chat textarea{position:relative;width:100%;margin:0 0 0 0;padding:2px;}
.chat textarea{margin-bottom:5px;height:10em;overflow:auto;}

.chat input#send{width:30%;padding:2px;}

.none{display:none;}

.chat .in{background:#fafafa url(http://education.zerich.ru/e-aid/i/chat.gif) no-repeat 100% 100%;border:1px solid #abc;-moz-border-radius:4px;}
.chat .top{background:#abc;border-bottom:1px solid #abc;}
.chat textarea,.chat input{display:block;background:#fff;border:1px solid #abc;}

.active .in{border-color:#369;}
.active .top{background:#369;border-bottom-color:#369;}
.active textarea,.active input{border-color:#369;}

.highlight{}
.highlight .top{background:#f60;}

.chat .resize{float:right;width:12px;height:12px;overflow:hidden;cursor:nw-resize;}
.short .bottom,.short .resize{display:none;}
