#form_container
{
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	margin:auto;
	background-color:#ffffff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	text-align:left;
	width:100%;
	height:auto;
	max-width:100%;
	min-width:240px;
	margin-bottom:20px;
	z-index:100;
	filter:alpha(opacity=95);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.form_description {
	border-bottom:1px dotted black;
	padding:0px;
	margin-bottom:40px;
}

#send_poruka  {
	padding-top:10px;
}

#resend_wrapper {
	display:none;
}

input, textarea, select, button {
	font-family: roboto_condensedregular, arial, verdana, sans-serif, 'Times New Roman', Helvetica;
	border:1px solid #cccccc;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
    border-radius:1px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	text-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline:none;
	border-color:#9ecaed;
	-webkit-box-shadow:0 0 10px #9ecaed;
	-moz-box-shadow:0 0 10px #9ecaed;
	-o-box-shadow:0 0 10px #9ecaed;
	-ms-box-shadow:0 0 10px #9ecaed;
    box-shadow:0 0 10px #9ecaed;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	text-shadow:none;
}


.forma {
	margin:0px 20px 0;
	padding:0 0 20px;
}
.forma h1 {
	font-size:32px;
	line-height:40px;
}
.forma h2 {
	font-size:16px;
}

.forma ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}

.forma li
{
	position:relative;
	width:100%;
	display:block;
	padding-bottom:5px;
}

.forma li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.forma .description {
	border:none;
	color:#222;
	display:block;
	font-size:18px;
	line-height:18px;
	padding-bottom:5px;
}

.forma input
{
	border:1px solid #ccc;
	color:#333;
	height:25px;
	font-size:14px;
}
.forma textarea
{
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
}

.forma select {
	border:1px solid #ccc;
	height:27px;
	color:#333;
	font-size:14px;
}
.forma select:active {
	border:1px solid #ccc;
	height:27px;
	color:#333;
	font-size:14px;
}

.forma .input_kratki {
	width:30%;
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
.forma .input_srednji {
	width:48%;
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
.forma .input_dugi {
	width:100%;
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
.forma .poruka_textarea {
	width:100%;
	height:200px;
	resize: none;
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	behavior:url(css/iepngfix.htc);
	border:none;
}

.forma .left {
	display:inline;
	float:left;
	clear:both;
	width:48%;
	margin:0;
}
.forma .right {
	display:inline;
	float:right;
	width:48%;
	margin-right:3px;
}

.forma .button_lijevi, .forma .button_desni, .forma .button_gornji, .button_lijevi, .button_desni, .button_gornji {
	width:200px;
	height:30px;
	font-size:14px;
	color:black;
	border:1px solid black;
	padding:0px;
	margin:0px;
}
.forma .button_lijevi, .button_lijevi {
	float:left;
}
.forma .button_desni, .button_desni {
	float:right;
}
.forma .button_gornji, .button_gornji {
	position:absolute;
	right:20px;
	top:20px;
	float:right;
}
.forma .button_lijevi:hover, .forma .button_desni:hover, .forma .button_gornji:hover, .button_lijevi:hover, .button_desni:hover, .button_gornji:hover {
	cursor:pointer;
	font-size:14px;
	background-color:black;
	color:white;
	border:1px solid black;
}
.forma .button_desni a, .forma .button_gornji a, .button_desni a, .button_gornji a {
    display: block;
	color:black;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    width: 100px;
    text-align: center;
}
.forma .button_desni a:hover, .forma .button_desni a:visited:hover, .forma .button_gornji a:hover, .forma .button_gornji a:visited:hover,
.button_desni a:hover, .button_desni a:visited:hover, .button_gornji a:hover, .button_gornji a:visited:hover {
    text-decoration: none;
    color: white;
}

.error {
	float:right;
	font-weight:normal;
	color: #FF0000;
	font-size:12px;
	line-height:11px;
}

input[type='checkbox'] {
	position:relative;
	display:inline;
	width:15px;
	height:15px;
	min-width:0px;
	min-height:0px;
	margin:0px;
	padding:0px;
	border:0px;
	margin-right:5px;
}

.forma .checkbox {
	display:inline-block;
	width:13px;
	height:13px;
	line-height:16px;
	float:left;
	clear:left;
}
.forma .choice {
	display:inline-block;
	float:left;
	clear:right;
	padding-left:7px;
	font-size:16px;
	padding-bottom:5px;
	margin-top:-3px;
}



form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:14px;
	line-height:14px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
