a:focus{outline:none;}
button:focus{outline:none;}
input:focus{outline:0px !important;}
textarea{resize:none;}
textarea:focus{outline:none;}
#area {
height:380px;
word-wrap: break-word;
overflow:auto;
background-color:#efefef;
border:1px solid #ddd;
padding:10px;
}
#users {
height:380px;
overflow:auto;
background-color:#efefef;
border:1px solid #ddd;
padding:0px; /*eski değer 10px */
}
#ozeller {
height:380px;
overflow:auto;
background-color:#efefef;
border:1px solid #ddd;
padding:0px; /*eski değer 10px */
}
.user {
margin:0px;
width: auto; /*eski değer 130px*/
overflow: hidden; /* taşanları gizle */
white-space: nowrap; /* alt satıra hiç inme */
text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.user span {
	padding:3px 6px;
}
.user span:hover {
    background-color:#CACACA;
}
.privatearea {
height:300px;
word-wrap: break-word;
overflow:auto;
background-color:#efefef;
border:1px solid #ddd;
padding:10px;
}
.message_online {
	color:#5CB85C;
}

.emoticon{width:14px;height:14px;display:inline-block;vertical-align:middle;}
.emoticon_smile{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:0 0;}
.emoticon_frown{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-14px 0;}
.emoticon_tongue{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-28px 0;}
.emoticon_grin{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-42px 0;}
.emoticon_gasp{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-56px 0;}
.emoticon_wink{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-70px 0;}
.emoticon_pacman{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-84px 0;}
.emoticon_grumpy{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:0 -14px;}
.emoticon_unsure{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-14px -14px;}
.emoticon_cry{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-28px -14px;}
.emoticon_kiki{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-42px -14px;}
.emoticon_glasses{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-56px -14px;}
.emoticon_sunglasses{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-70px -14px;}
.emoticon_heart{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-84px -14px;}
.emoticon_devil{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:0 -28px;}
.emoticon_angel{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-14px -28px;}
.emoticon_squint{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-28px -28px;}
.emoticon_confused{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-42px -28px;}
.emoticon_upset{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-56px -28px;}
.emoticon_colonthree{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-70px -28px;}
.emoticon_kiss{background-image:url(../img/chat-icons.png);background-repeat:no-repeat;background-position:-84px -28px;}