@CHARSET "UTF-8";

/* -------------------- KONTAKT ---------------------- */
#contactForm{
	width: 100%;
	text-align: center;
}
.textArea textarea{
		border: none;
		font-family: ubuntu;
		color: #a3a0a0;
		padding:2%;
		background:url(../img/kontakt/mejl2.png);
		background-size: 100% 100%;
		background-repeat:no-repeat;
		height: 237px;
		max-width: 370px;
		width:90%;
		resize:none;
		/*margin: 5%;
		vertical-align: text-top; */
	
}
.formInput{
	display: block;
	background-image:url(../img/kontakt/mali_balon2.png);	
	background-repeat:no-repeat;
	background-size: 100% 54px;
	max-width: 370px;
	width:90%;
	height: 54px;
	border: none;
	font-family: ubuntu;
	padding-left:2%;
	padding-right:2%;
	color: #a3a0a0;
	margin: auto;
}
.formInput:focus, .textArea textarea:focus{
	outline: 0;	
}
form input{
	background-color: transparent;
}
#send_email{
	max-width:260px;
	height:52px;
	width:80%;
	background-image: url("../img/kontakt/posalji2.png");
	background-size: 100%;
	background-repeat:no-repeat;
	border: none;
}
#send_email:lang(english){
	background-image: url("../img/kontakt/posalji2_english.png");
}
#well{
	max-width: 260px;
	width: 80%;
}
#well span{
	position: absolute;
}
#slider {
	background: url(../img/kontakt/arrow.png) no-repeat;
	max-width: 260px;
	width: 80%;
	height:52px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}