@charset "utf-8";
.tekst1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #677b78;
	text-decoration: none;
}
.tekst_naslov {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #677b78;
	text-decoration: none;
}
.input_box {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677b78;
	border: 1px solid #CCCCCC;
	background-image: url(../images/extra_images/pozadina_input_box.gif);
	padding: 1px;
	margin: 0px;
	height: 16px;
	width: 130px;
	background-repeat: repeat-x;
}
._dropdown_odabir {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677b78;
	background-color: #FFFFFF;
	padding: 3px;
	height: 24px;
	width: 175px;	
	border: 1px solid #CCCCCC;
	/*width:expression( this.width = 174 ? "175" : "auto";);  sets max-width for IE */
	/*max-width: 175px;  sets max-height value for all standards-compliant browsers */
}
._dropdown_odabir2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677b78;
	background-color: #FFFFFF;
	padding: 3px;
	height: 24px;
	/*	width: 175px;	*/
	border: 1px solid #CCCCCC;
	width:expression( this.width = 174 ? "175" : "auto";); /* sets max-width for IE */
	max-width: 175px; /* sets max-height value for all standards-compliant browsers */
}
.menu_css {
	background-color: #e5e5e5;
}




