
/********************************************************** Z A H T E V *****************/

html {
	height: 100%;
	min-width: 0px;
	overflow-y: scroll;
}
@media only screen and (min-height: 640px) {
	html {
		overflow-y: hidden;
	}
}

body {
	background-color: #b5ddf4;
	font-size: 0.8em;
}

.info_a img {
	margin: 0px;
	padding: 0px 0px 2px 10px;
	border: 0px;
	line-height: 0px;
	vertical-align: middle;
}

#zahtev_div {
	width: calc(100% - 10px);
	margin: 0px auto;
	padding: 5px 5px 10px 5px;
	border: 0px;
}

#zahtev_div .obavezno_span {
	color: #e51717;
	font-size: 110%;
	font-weight: bold;
}

#zahtev_div .poruka_p {
	width: calc(100% - 8px);
	margin: 0px 0px 5px 0px;
	padding: 3px 3px 5px 5px;
	background-color: white;
}

#zahtev_form {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#zahtev_div #zahtev_form fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#zahtev_div #zahtev_form label {
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #333333;
}

#zahtev_div #zahtev_form input {
	width: calc(100% - 4px);
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 4px;
	border: none;
	font: normal 95% verdana, tahoma, arial, sans-serif;
}

#zahtev_div #zahtev_form textarea {
	width: calc(100% - 4px);
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 4px;
	border: none;
	font: normal 95% verdana, tahoma, arial, sans-serif;
	resize: none;
	overflow-x: hidden;
}

#zahtev_div #zahtev_form #opcije_fieldset {
	margin-top: 5px;
}

#zahtev_div #zahtev_form #opcije_fieldset fieldset {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dashed white;
}

#zahtev_div #zahtev_form #opcije_fieldset fieldset:last-child {
	border-bottom: none;
}

#zahtev_div #zahtev_form #opcije_fieldset label {
	margin-bottom: 0px;
	line-height: 22px;
}

#zahtev_div #zahtev_form #opcije_fieldset label {
	float: left;
	clear: left;
	padding-left: 27px;
	text-align: left;
	text-indent: -27px;
	line-height: 1;
}

#zahtev_div #zahtev_form #opcije_fieldset label:first-child {
	padding-bottom: 5px;
}

#zahtev_div #zahtev_form #opcije_fieldset label input {
	width: 17px;
	height: 17px;
	margin: 0px 5px 0px 0px;
	border: none;
	vertical-align: middle;
}

#zahtev_div #zahtev_form #antispam_fieldset {
	float: left;
	margin: 10px 0px 10px 0px;
}

#zahtev_div #zahtev_form #antispam_fieldset label {
	display: inline;
}

#zahtev_div #zahtev_form #antispam_fieldset input {
	width: 40px;
	margin-top: 0px;
	text-align: center;
}

#zahtev_div #zahtev_form #submit_fieldset {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#zahtev_div #zahtev_form button {
	width: 165px;
	height: 30px;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: white;
	font-weight: bold;
	background-color: #1595de;
}

#zahtev_div #zahtev_form button:hover {
	background-color: #808080;
	cursor: pointer;

}