@charset "utf-8";
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow
{
	min-height: 450px;
}
#lay_chat2 ul li.lay_chat2-chatlist::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}

#lay_chat2 ul li.lay_chat2-chatlist::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#lay_chat2 ul li.lay_chat2-chatlist::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #999;
}

#lay_chat {
	background-color: #3598dc;
	height: 26px;
	width: 200px;
	float: right;
	margin-right: 50px;
	z-index: 1000;
	margin-bottom: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	font-family: Arial;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #185E8B;
	border-right-color: #185E8B;
	border-left-color: #185E8B;
	font-size: 14px;
}
#lay_chat_off {
	background-color: #BDBDBD;
	height: 26px;
	width: 200px;
	float: right;
	margin-right: 50px;
	z-index: 1000;
	margin-bottom: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	font-family: Arial;
	line-height: 26px;
	color: #333;
	text-align: center;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #959595;
	border-right-color: #949494;
	border-left-color: #959595;
	font-size: 14px;
}
#lay_chat2 {
	background-color: #FFFFFF;
	height: 325px;
	width: 300px;
	float: right;
	margin-right: 50px;
	z-index: 1000;
	margin-bottom: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	font-family: Arial;
	line-height: 26px;
	color: #3598DC;
	text-align: center;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	cursor: default;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #185E8B;
	border-right-color: #185E8B;
	border-left-color: #185E8B;
}
#lay_chat2 ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#lay_chat2 ul li.lay_chat2-tt{
	cursor: default;
	background-color: #3598DC;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
#lay_chat2-ttx{
	cursor: pointer;
	border: 1px solid #3598DC;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 12px;
	float: right;
	margin: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#lay_chat2-ttx:hover{
	color:#CCC;
}
#lay_chat2 ul li.lay_chat2-chatlist{
	cursor: default;
	height: 200px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	overflow: auto;
	width: 298px;
}
#lay_chat2 ul li.lay_chat2-chatbox{
	cursor:default;
}
.chatbox_ipsy{
	cursor: pointer;
	height: 60px;
	width: 270px;
	border: 2px solid #97CBFF;
	font-family: "Arial Black";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: auto;
	font-weight: normal;
}
.chatbox_ip2sy{
	color: #FFF;
	background-color: #39F;
	margin-top: 2px;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px ;
	border-radius: 3px;
}
.chatbox_ip2sy:hover{
	color: #ccc;
	cursor:pointer;
	background-color: #006AD5;
}
#lay_chat2 ul li.lay_chat2-chatsend{
	cursor: default;
	float: right;
	margin-right: 12px;
}
.chatlist1{
	cursor: default;
	background-color: #3598DC;
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	width: 150px;
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	-webkit-border-radius: 16px 16px 0px 16px;
	-moz-border-radius: 16px 16px 0px 16px;
	border-radius: 16px 16px 0px 16px;
	line-height: 20px;

}
.chatlist1_time{
	cursor: default;
	display: block;
	font-size: 10px;
	color: #A2A2A2;
	width: 140px;
	float: right;
	clear: both;
	line-height: 12px;
	height: 12px;
	text-align: left;
	padding-right: 5px;

}
.chatlist2{
	cursor: default;
	background-color: #00CC00;
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	width: 150px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	-webkit-border-radius: 16px 16px 0px 16px;
	-moz-border-radius: 16px 16px 0px 16px;
	border-radius: 16px 16px 16px 0px;
	line-height: 20px;
}
.chatlist2_time{
	cursor: default;
	display: block;
	font-size: 10px;
	color: #A2A2A2;
	width: 140px;
	float: left;
	clear: both;
	line-height: 12px;
	height: 12px;
	text-align: right;
	padding-right: 5px;

}
