#indeks {
	width: 300px;
	padding: 5px 5px;
	background: #6e4609;
	border: 2px outset #aaa;
	text-align: center;
	margin: 1em auto;
}

#indeks input.text {
	width: 100%;
}

#indeks select {
	width: 100%;
	margin: 2px 0 10px 0;
}

#indeks input.button {
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
}