#pageBookmarkButtonWrapper { 
	text-align:right; 
	width:100%;
	height:16px;
	line-height:16px;
}
#pageBookmarkButton {
	cursor:pointer;	
	height:16px;
	line-height:16px;
	padding:1px 0;
	padding-left:22px;
	background:url(/plugins/pages/images/icons/page_white_add.png) left no-repeat;
}
#pageBookmarkButton.pageBookmarked {
	background:url(/plugins/pages/images/icons/page_delete.png) left no-repeat;
}
