#chat{
	height: calc(100% - 110px);
	margin-bottom: 70px;
}

#chat > .block:nth-child(2){
	height: 100%;
}

#chatOn{
	font-size: 19px;
	padding: 10px 15px;
	font-weight: bold;
}

#chatShare{
	float: right;
	height: 30px;
	margin: -5px;
}

#chatLeave{
	float: right;
	height: 30px;
	margin: -5px;
}

#chatOn-num, #chatOn-name{
	color: #0052ff;
}

#chatCtrl{
	text-align: center;
	position: relative;
	background-color: #F6F6F6;
	padding: 10px 0;
	height: 130px;
	margin: 4px auto;
	color: #666;
	font-weight:  normal;
}

#chatText, #chatSend{
	height: 30px;
	position: absolute;
	margin: 0;
	top: 80px;
}

#chatText{
	left: 20px;
	right: 100px;
	padding: 7px;
	cursor: text;
	font-weight: normal;
	text-align: left;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}

#chatSend{
	right: 20px;
	width: 70px;
	padding: 0;
	background: #999;
	border: 0;
}

#chatMsgs{
	padding: 0 30px;
	color: #999;
	height: calc(100% - 250px);
	overflow: auto;
	overflow: hidden;
	width: 100%;
}

#chatMsgs img, #chatText img, #mailFrame img{
	vertical-align: middle;
}

#chatMsgs .alert{
	color: #F00;
}

#chatMsgs .un{
	font-weight: bold;
	font-size: 15px;
	color: #0099CC;
};

#online{
	height: 50px;
}

#online > .avatar{
	height: 50px;
	width: 50px;
	margin-right: 1px;
}

#tips > .tip[id^="chat-tip"]{
	margin-top: 0;
	margin-bottom: 6px;
}

#tips > .tip[id^="chat-tip"] > .tri{
	top: auto;
	bottom: -5px;
	border-style: solid;
	border-width: 5px;
	border-bottom-width: 0;
	border-color: rgba(10,10,10,0.7) transparent transparent transparent;
}
