.forma {
	width:250px;
	height:350px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:80px;
	background-image: url(../images/kontakt-bg.png);
	margin-left:80px;
	padding-left:48px;
	margin-top:20px;
	margin-bottom:50px;
	border:#999999 solid 1px;
}
.sadrzajk	{
	position: relative;
	margin-left:30px;
	width: 470px;
	height:700px;
	background:url(../images/bg-kontakt.jpg) no-repeat bottom;
}

.forma label {
	font-size:14px;
	font-weight:bold;
}
.forma form.kontakt input,
.forma form.kontakt textarea {
	border:1px solid #bbbbbb;
	margin-top:2px;
	font:normal 12px/14px "Trebuchet MS",Verdana,Arial,sans-serif;
	padding:2px 4px;
	color:#000;
	width:200px;
	margin-bottom:12px;
}
.forma form.kontakt input:hover,
.forma form.kontakt textarea:hover {
	background: #fff;
	border-color:#3478ab;
	border-style:solid;
	border-width:1px;
}
.forma form.kontakt input:focus,
.forma form.kontakt textarea:focus{
	background: #fffdd8;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
}
.forma form.kontakt textarea {
	height:100px;
	margin-right:12px;
	width:200px;
 }
.forma form.kontakt .posalji {
	margin-top:6px;
}
.forma form.kontakt .posalji .dugme {
	width:auto;
	float:right;
}
.desnibar {	}


