/*-----------------------------------------------------------------------------
	Books Autocompletion Area - Step 2 of create book club and manage-book-club/change-book
-----------------------------------------------------------------------------*/
	
	#search-results {
	    background-color: #ffffff;
	    border: 1px solid ButtonShadow;
		clear: both;
	    color: #000000;
		display: none;
		height: 15em;
	    list-style: none;
	    margin: 0;
	    overflow: auto;
	    padding: 0 2px;
	    position: relative;
	    width: 58%;
		z-index: 1000;
	}
	#search-results li {
		cursor: pointer;
		display: block;
		margin: 0 -2px;
		overflow: hidden;
		padding: 4px;
	}
	
	#book-cover {
		
	}
	
	#custom-content-container textarea {
		height: 10em;
	}
	
/*---------------------------------------------------------------------------*/