
/* ---------------------------------------------------
---------------------FORM---------------------------
--------------------------------------------------- */

#formularz_kontakt {
	position:absolute;
	right:30px;
	top:490px;
	width:270px;
	height:490px;
	background:url(../img/form_top.jpg) no-repeat top;
	background-color:#1c4172;
	z-index:4;
}
	#formularz_kontakt img {
		position:absolute;
		bottom:28px;
		z-index:5;
	}
	#formularz_kontakt>p {
		color:white;
		font-family:'PT Sans', sans-serif;
		font-size:22px;
		padding:15px 0px 0px 11px;
	}
	#formularz_kontakt>p:nth-of-type(2) {
		font-size:21px;
		padding:11px 16px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz_kontakt>p:nth-of-type(3) {
		font-size:19px;
		padding:0px 0px 22px 33px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz_kontakt>form>p {
		z-index:6;
		position:relative;
		color:#cfcfcf;
		font-size:11px;
		padding:11px 111px 2px 11px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz_kontakt>form>p:nth-of-type(5) {
		z-index:6;
		position:absolute;
		bottom:100px;
		left:37px;
		color:#cfcfcf;
		font-size:15px;
		padding:0px 0px 0px 0px;
		font-family:'Titillium Web', sans-serif;
	}
	
	
	#formularz_kontakt form input ,textarea  {
		z-index:6;
		position:relative;
		resize:none;
		line-height:21px;
		padding:0px 0px 0px 7px;
		margin-left:4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		width:230px;
		border: 1px solid #6eb0ef;
		
		background: #fefefe;
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(#fefefe), to(#d7ebff)
		);
		
		background: -moz-linear-gradient(
			top,
			#fefefe,
			#d7ebff
		);
		
		background: linear-gradient(
			top,
			#fefefe,
			#d7ebff
		);
	}
	
	#formularz_kontakt form textarea {
		line-height:15px;
		padding:4px 0px 4px 7px;
	}
	
	#formularz_kontakt button {
		position:relative;
		z-index:5;
		color:white;
		font-size:17px;
		text-shadow: 1px 1px 0px #8dd746, -1px -1px 0px #black;
		font-family:'Titillium Web', sans-serif;
		width: 240px;
		height: 37px;
		margin-top: 56px;
		margin-left:14px;
		border: 1px solid #648238;
		background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#a9dd5a),
		color-stop(60%, #6db113),
		to(#8dd746)			
		);
	
		background: 
		-moz-linear-gradient(
			top,
			#a9dd5a 60%,
			#6db113	60%,
			#8dd746
		);
		
		background: 
		linear-gradient(
			top,
			#a9dd5a 60%,
			#6db113	60%,
			#8dd746
		);
	}
	
