#wrap_forme {
	max-width: 720px;
	padding: 20px;
	/* border:1px solid red; */
}

#wrap_forme .success_error {
	font: 18px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

#okvir_forme_parent {
	max-width: 500px;
}

#plavi_div {
	background-color: #00A8FF;
	/*font-family: Coupe-Normal; */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: white;
	padding: 11px;
	/*width: 464px;*/
}

#okvir_forme {
	background: none repeat scroll 0 0 #F9F9F9;
	margin-bottom: 75px;
	padding: 25px 18px 25px 18px;
	position: relative;
	/*width: 464px;*/
	font-family: Arial;
	font-size: 11px;
}

#forma_upozorenje {
	width:100%;
	height:50px;
	background:#fee;
	border:1px solid #d43128;
	display:none;
	color:#d43128;
	font: 18px Arial,Helvetica,sans-serif;
}

#forma_naslov {
	color: #000000;
	font: 24px Arial,Helvetica,sans-serif;
	padding: 0 0 15px;
	text-transform: uppercase;
	margin: 0px;
}

.forma_text {
	font: 12px Arial,Helvetica,sans-serif;
	margin: 0px;
}

#okvir_forme table {
	font-family: Arial;
	font-size: 11px;
}

#okvir_forme td {
	height: 35px;
	font-weight: bold;
}

#okvir_forme table input {
	border: 1px solid #D4D4D4;
	color: #000000;
	font: 10px Arial,Helvetica,sans-serif;
	height: 26px;
	margin: 6px 1px 6px 0;
	padding: 0 4px 0 4px;
	/*width: 253px !important;*/
	width: 261px !important;
}

#okvir_forme table input.checkbox {
	height: auto;
	width: auto !important;
}

#okvir_forme table select {
	border: 1px solid #D4D4D4;
	color: #000000;
	font: 10px Arial,Helvetica,sans-serif;
	height: 26px;
	margin: 6px 1px 6px 0;
	padding: 4px;
	width: 253px !important;
}

#okvir_forme table textarea {
	border: 1px solid #D4D4D4;
	color: #000000;
	font: 10px Arial,Helvetica,sans-serif;
	height: 26px;
	margin: 6px 1px 6px 0;
	padding: 4px; 
	width: 253px !important;
	max-width: 253px;
	min-width: 253px;
	height: 49px;
	min-height: 49px;
}

#okvir_forme .forma_hidden_red {
	display: none;
}

#okvir_forme .forma_hidden_red td {
	height: 20px;
	vertical-align: middle;
	color:#d43128;
	font-weight: normal;
}

#okvir_forme #forma_state_hidden {
	display: none;
}

#forma_nazad_dugme a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#forma_nazad_dugme:hover {
	text-decoration: underline;		
}

#recaptcha_response_field {
    display: inline-block;
    height: 30px;
    width: 100px;
}

@media only screen and (max-width: 500px) {
	#forma_upozorenje td {
	text-align: center;
	}
	
	#forma_upozorenje td:nth-of-type(3) {
	display: none !important;
	}
	
	td {
	display: block !important;
	}
	
	.forma_hidden_red td {
	height: 30px !important;
	}
	
	#forma_nazad_dugme a img, #forma_submit {
	height: 35px;
	}
	
	#moja_forma div {
	margin-top: 30px;
	}
}

/* resava problem izmedju starog i novog dizajna */
#okvir_forme table select {
	width: 261px !important;
}

/* ivan - responsive fixes */
#okvir_forme table input:not([type="checkbox"]),
#okvir_forme table select,
#okvir_forme table textarea {
	width: 100%!important;
	min-width: 100%!important;
	max-width: 100%!important;
}

#okvir_forme td:first-child,
#okvir_forme .forma_nije_obavezno {
	padding-top: 12px;
	vertical-align: top;
}

#okvir_forme td {
	height: auto;
	font-weight: bold;
}

#okvir_forme table textarea {
	height: 100px;
	resize: none;
	margin-bottom: 15px;
}