/* CSS Document */

#book {
	position: relative;
	z-index: 4;
	width: 990px; 
	height: 399px;
	margin-bottom: 52px;
}

#book_gotopage input {
	border: none;
	background-color: #dcdcba;
	width: 23px;
	height: 16px;
	position: absolute;
	left: 56px;
	top: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#book_gotopage span {
	position: absolute;
	left: 79px;
	top: 0;
	width: 15px;
	height: 44px;
}

#fbCurrentPages {
	position: absolute;
	bottom: 55px;
	left: 270px;
	z-index: 5;
} 
#fbCurrentPagesR {
	position: absolute;
	bottom: 55px;
	left: 770px;
	z-index: 5;
} 

#book_panel_menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #edecea;
	height: 52px;
	font-size: 11px;
	color: #ecece4;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
}
#book_panel_menu ul {
	margin: 7px 0 0 0;
}
#book_panel_menu li {
	float: left;
}

.add_bookmark_bt {
	cursor: pointer;
}
