
.chatmessage {
border-bottom:1px solid #eee;
margin:5px
}
.chatmessage .nickname{
color:#FF7800;
}
.chatmessage .creation{
color:#6BC5E0;
}
.chatmessage .msg{
color:#819095;
}
.chatcontaner{
background:#FE9627;
padding:3px;
}
.chatcontaner .chatscrollcontaner{
background:#fff;
height:300px;
width:650px;
}
.chatcontaner .chatcontent{
width:625px;
height:300px;
float:left;
overflow:hidden;
}
.chatcontaner .chatform{
padding:10px 4px 4px 4px;
}
.chatcontaner .chatnewmessage{
width:550px;
/* 
border:1px solid #000;
height:20px; 
color:#000;
*/
}
.chatcontaner .chatsubmit{
/*
width:57px;
height:20px;
border:0px;
font-size:1px;
background:url(/img/mehet.png)no-repeat;
*/
}
