body{
	margin: 0 auto !important;
}
.indexchat {
}
.indexchat a {
	display: block;
	color: #fff;
}
.layim-chat-send button {
	width: 40px;
}
.indexchat a.LayImAhrefNode{
	width: 40px;
	padding: 45px 0 5px;
	border-radius: 3px;
	background-color: #fdb812;
	background-image: url(chatnow.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	position: fixed;
	right: 0;
	bottom: 120px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	z-index: 99999;
}
.proul ul li a{
	white-space:nowrap;
    text-overflow:ellipsis;
	overflow:hidden;
}