form#booksearchform {
	font-family: Arial;
}

form#booksearchform input#query {
	margin:6px 0px 6px 5px;
	width:250px;
	height:16px;
	border: 1px solid #A37775;
	padding-left: 3px;
        background-color: #FDFDE5;
}

form#booksearchform #searchby {
	margin-top:6px; 
	margin-bottom:6px;
	width:120px;
	height:20px;
	border: 1px solid #A37775;
	background-color:white;
	font-size:12px;
	font-family: Arial;
}

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:379px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border: 1px solid #A37775;
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-family: Arial;
	font-size:11px;
	z-index:100;
	margin-top: 2px;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#AD2118;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}