.ChatFrame{
	bottom: 70px!important;
	padding: 10px!important;
}
.ChatFooter{
	display: none!important;
}
.MessageArea textarea{
	height: 40px!important;
	border: 1px solid #e2e2e2!important;
    padding: 8px!important;
    font-size: 13px!important;
    line-height: 22px!important;
    color: #999999!important;
    font-weight: 600!important;
    border-radius: 0!important;
    box-shadow: none!important;
    background: transparent!important;
    padding-right: 50px!important;
    font-style: normal!important;
}
.ChatBody {
    bottom: 10px!important;
}
.ChatBody .ActionViewPanel {
    height: 40px!important;
}
.InitOnline .TypingPanel {
    display: none!important;
}
.InitOnline .MessagesPanel {
    bottom: 50px!important;
}
.InitOnline .InfoPanel{
	background: #fff!important;
}
.InitOnline .StatusMessage{
    padding: 0px 0 5px!important;
    border-bottom: 1px solid #eeeeee!important;
    margin-bottom: 15px!important;	
}
.InitOnline .TextMain, .InitOnline .TextSub{
	font-size: 16px!important;
    line-height: 20px!important;
    color: #666666!important;
    font-weight: 800!important;
    text-align: center!important;
}
.InitOnline .TextSub{
	font-size: 12px!important;
}
.MessagesPanel .messagesPanel{
	color: #666!important;
    font-weight: bold!important;
    font-size: 12px!important;
    line-height: 20px!important;
}