.iskanje_div_okvir
{

}
.iskanje_forma
{
	
}

.iskanje_gumb
{
	background-color:transparent;
	color:black;
	font-weight:bold;
	border: none 1px white;
	cursor:pointer;
}

.iskanje_gumb:hover
{
	background-image:url('www/default/img/lupa.gif');
	color: silver;
	/* font-weight: bold; */
	border: none 1px white;
	cursor:pointer;
}

#lupa {
  width: 23px;
  height: 24px;
  padding: 26px 0 0;
  margin: 0;
  margin-left:4px;
  border: 0;
  background-color: #CCCCCC;
  /*background-image: url(../img/vsebina_meni3.jpg);*/
  background-repeat: no-repeat;
  background-image:  url(../img/iskanje.png);
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.iskanje_input
{
	margin-top:4px;
	margin-left:4px;
	
	font-size: 11px;
	font-weight: normal;
	background-color: white;
	width:110px;
	color:black;
}
