.list_bookmark_message_{
	position: absolute;
	top: -75px;
	left: 20px;
	width: 170px;
	padding: 15px 20px 20px;
	height: 30px;
	line-height: 1.5;
	background: #fff;
	border-radius: 5px;
	text-align: left;
	box-shadow: 2px 2px 4px #dfdfdf;
	z-index: 9;
	color: #494949;
}
.list_bookmark_message_:after{
	content: "";
	background: url(../img/sys/button/triangle.png) no-repeat;
	display: block;
	left: 27px;
	position: absolute;
	width: 39px;
	height: 36px;
	bottom: -30px;
}
.list_bookmark_message_ a{
	color: #494949;
}