/* searchForm.css
 * style for the basic and advanced search forms
 */

br, li, ul {
	clear: both;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#settings {
	margin-top: 30px;
}


label, input {
	display: block;
	float: left;
	margin-top: 2px;
}

label.ASlabel {
	margin-top: 5px;
	width: 13em;
}	

form#advancedSearch input.qComponent {
	width: 24em;
}

form#basicSearch input.qComponent {
	width: 10em;
	margin-right: 3px;
}

select {
	display: block;
	float: left;
	width: 24em;
	margin-top: 2px;
}

select#iresults_per_page {
	width: 4em;
}

