/*--------------------Kontakt formular dekoracija -----------------*/
.kontakt {
	width: 500pxl;
	padding: 20px;
	box-shadow: 0px 2px 10px #999; 
	float: left;
	margin: 0px 0px 0px 60px;
	height: 420px;
}


.kontakt  input[type="text"] {
	float:left;
	border: solid 1px #999;
	font: lighter 20px kiddy;
	color: #555;
	width: 250px;
	padding: 6px 15px 6px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3p	x rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	height: 25px;
	overflow: auto;
	
	
    }
	
.kontakt input[type="submit"] {
	background-color: #D93829;
	border-radius: 10px;
	color: white;
	width: 180px;
	padding: 7px;
	font-family: kiddy, arial;
	font-size: 25px;
	box-shadow: none;
	border: none;

	


}

.kontakt input[type="submit"]:hover {
	background-color: #f90;
	box-shadow: 0px 2px 4px #888;	
	

}
	
.kontakt input[type="text"]:focus {
	border: solid 1px  #D93829;
	-moz-transition: all 0.4s linear;
    }
	
	
	
	/*--------------------Kontakt formular dekoracija -----------------*/