.my_status_book, .my_status_book2 {
	width:260px;
	height:34px;
	line-height:34px;
	/*float:left;*/
	clear:both;
	background:#34a853; /*#97ce68;*/
	text-align:center;
	color:#fff;
	position:relative;
	text-decoration:none;
	font-size:17px;
	border-radius:6px;
	
	display:block;
	margin:0 auto;
}


.bhelves {
	position:relative;
}

.bookshelves{
	display:none;
	z-index: 1;
	padding:0;
	margin:0;
	/*top:34px;*/
	position:absolute;
	background:#ffffff;
	
	left: 50%;
	transform: translate(-50%, 0%);
}


.bookshelves li{
	width:260px;
	font-size:13px;
	text-align:center;
	list-style-type: none;
}
.bookshelves li a{
	padding:8px 0px;
	border:1px solid #e8e8e8;
	border-top:none;
	width:260px;
	float:left;
	clear:both;
	color:#000;
}

.my_status_book:hover, .my_status_book2:hover, .bookshelves a:hover{
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}

.bookshelves a:hover{
	color:#000000;
	cursor:pointer;
	background:#d7feb6;
	text-decoration:none;
}
.bookshelves_add a:hover {
	background:#e8e8e8;
}

.bookshelves .yes {
	background:#b1f07b;
}
.bookshelves .yes:hover {
	background:#b1f07b;
}

.bookshelves_userinfo li{
	list-style: disc;
}

.bookshelves_userinfo  a:hover{
	text-decoration:underline;
}