</head>

<body>
	<!-- This is inner text! -->
	<div id="innertext">
		<form name="occform" action="occurrencesearch.php" method="get" >
			<fieldset style="width:450px;">
				<legend><b>Voucher Search Pane</b></legend>
				<div style="clear:both;padding:2px;">
					<div style="float:left;width:130px;">Collection Id:</div>
					<div style="float:left;">
						<select name="collid">
							<option value="">Select Collection</option>
							<option value="">--------------------------------</option>
							<?php 
$occManager->echoCollections($collId);
?>
						</select>
					</div>
				</div>
				<div style="clear:both;padding:2px;">
					<div style="float:left;width:130px;">Catalog #:</div>
					<div style="float:left;"><input name="identifier" type="text" /></div>
				</div>
				<div style="clear:both;padding:2px;">
					<div style="float:left;width:130px;">Collector Last Name:</div>
					<div style="float:left;"><input name="collector" type="text" /></div>
				</div>
				<div style="clear:both;padding:2px;">
					<div style="float:left;width:130px;">Collector Number:</div>
					<div style="float:left;"><input name="collnum" type="text" /></div>