.popup {
	width:99%;
	height:600px;
	margin:0 auto;
	margin:5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background:#F8F8F8;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}
.content {
	padding:12px;
}
.online {
	width: 26%;
	height: 580px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
}
.title {
	border-bottom: 1px #F94A00 solid;
	font-size:16px;
	font-family:bangna;
	font-weight:bold;
}
.title i {
	color:#F94A00;
	font-size:18px;
}
.container_useronline {
	overflow:auto;
	height:535px;
	width:99%;
	padding-bottom:35px;
}
.container_useronline ul {
	list-style:none;
	margin:0; padding:0;
}
.container_useronline ul li {
	height:20px;
	line-height:20px;
	padding-bottom:2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.container_useronline ul li:hover { cursor:pointer; }
.container_useronline ul li img {
	width:19px; height:19px; margin-right:5px;
	alignment-adjust:middle;
	vertical-align:middle;
}
.list_guest { color:#999; }
.wink-logo {
	position:absolute;
	top:545px;
	right:50px;
}
.chat {
	width: 73%;
	float:left;
	height: 540px;
	border:1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF;
}
.chat_msg {
	overflow:auto;
	height:540px;
	padding:7px;
	margin-bottom:5px;
}
.chat_msg ul {
	list-style:none;
	margin:0;
	padding:0;
}
.chat_msg ul li {
	
	line-height:25px;
	padding-left:5px;
	font-family:bangna;
	font-size:12px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chat_msg ul li strong { cursor:pointer; }
.chat_msg .pull-right {
	font-size:10px;
	font-family:Tahoma;
	font-weight:normal;
}
.chat_msg ul li span {
	font-size:12px; font-weight:normal;
	font-family:Tahoma;
}
.chat_form {
	padding-left:5px;
	height:40px;
}
#chat_msg {
	display:inline-block;
}
#chat_msg {
	display:inline-block;
}
#sticker_box{
	position:absolute;
	margin-top:-155px;
	width:75%;
	height:150px;
	border:1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF;
	overflow:auto;
}
.stickerclass{
	max-width:100px;
	padding:2px;
	margin:2px;
	cursor:pointer;
	
}
.stickerclass:hover{
	border:1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.footer-chat {
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.minimenu{
	text-align:center;
}
.gray{
	color:#d2d2d2;
}