#indeks {
	width: 500px;
	padding: 10px 0;
	background: #252525;
	border: 2px outset #353535;
	text-align: center;
	margin: 1em auto;
}

#indeks input.text {
  background: #dddddd;
  border: 2px inset #353535;
	width: 490px;
}

#indeks select {
  background: #dddddd;
  border: 2px inset #353535;
	width: 100%;
	margin: 5px 0 10px 0;
}

#indeks input.button {
  background-color: #353535;
  border: 2px outset #353535;
  color: #c0c0c0;
  font-weight: bold;
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
}
