fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin: 0;
}
label {
	float: left;
	width: 100px;
	text-align: left;
	margin-right: 10px;
	margin-top: 4px;
}
label#none {
	width: 500px;
	float: none;
	margin-top: 10px;
	color: #808080;
	font-size: 11px;	
}
div#uslovi {
	float: left;
}
input#uslovi {
	margin-top: 10px;
}
legend {
	color: #0b77b7;
	font-size: 1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input.formular {
	padding:0.3em;
	width:315px;
	border:1px solid #deadb9;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 20px;
}
input:hover, input:focus {
	border-color:#d09da9;
	background:#f6f6f6;
} 
fieldset {
	border: 0;
	padding:0 0.5em 0.5em;
}
select { 
	margin-top: 4px;
	margin-right: 10px;
}
input#posalji {
	width: 58px;
	height: 30px;
	float: right;
	margin: 0;
	border: 0;
	margin-top: 0;
}