h1{
	margin-bottom: 10px;
}

#otherData{
	width: 820px;
}
	div.part{
		width: 197px;
		height: 50px;
		float: left;
	}
		p.nadpis{
			height: 25px;
			line-height: 25px;
		}
			p.nadpis span{
				color: red;
			}
			
		.input{
			width: 197px;
			height: 15px;
			border: 1px solid #3e9ade;
		}
		
		#submitButton{
			width: 125px;
			height: 45px;
			background-image: url('../images/kontakt/odeslat.jpg');
			background-color: none;
			cursor: pointer;
			margin: 10px 0 50px 0;
		}
			#submitButton:hover{
				background-position: 0 -45px;
			}
		
		/*ERROR STUFF*/
		#formular{
			position: relative;
		}
		#errorCont{
			width: 300px;
			height: 150px;
			padding-top: 25px;
			position: absolute;
			left: 260px;
			top: -5px;
			z-index: 1;
			background-color: white;
			border: 1px solid #3e9ade;
			background-image: url('../images/kontakt/errorIcon.jpg');
			background-repeat: no-repeat;
			background-position: 10px 10px;
			visibility: hidden;
		}
				#errorCont span{
					font-size: 25px;
					margin-left: 80px;
				}
				#errorCont p{
					width: 280px;
					margin: 30px 0 0 10px;
					text-align: center;
				}
				#errorCont div{
					width: 50px;
					height: 25px;
					line-height: 25px;
					background-color: #3e9ade;
					color: white;
					position: absolute;
					right: 5px;
					bottom: 5px;
					text-align: center;
					cursor: pointer;
				}
		/*SUCCESS STUFF*/
		#successCont{
			width: 300px;
			height: 150px;
			padding-top: 25px;
			position: absolute;
			left: 260px;
			top: -5px;
			z-index: 1;
			background-color: white;
			border: 1px solid #3e9ade;
			background-image: url('../images/kontakt/successIcon.jpg');
			background-repeat: no-repeat;
			background-position: 10px 10px;
			visibility: hidden;
		}
			#successCont span{
				font-size: 25px;
				margin-left: 80px;
			}
			#successCont div{
				width: 50px;
				height: 25px;
				line-height: 25px;
				background-color: #3e9ade;
				color: white;
				position: absolute;
				right: 5px;
				bottom: 5px;
				text-align: center;
				cursor: pointer;
			}
		
#povinneUdaje{
	position: absolute;
	left: 210px;
	top: 335px;
	z-index: 1;
}
	#povinneUdaje span{
		color: red;
	}

div.phoneCont{
	width: 200px;
	height: 15px;
	margin: 10px 0 0 10px;
}
	div.phoneCont div{
		width: 20px;
		height: 15px;
		float: left;
		margin-right: 10px;
		background-image:url('../images/kontakt/phone.png');
	}
		div.phoneCont p{
			height: 15px;
			line-height: 15px;
		}
div.mailCont{
	width: 200px;
	height: 15px;
	margin: 10px 0 50px 10px;
}
	div.mailCont div{
		width: 20px;
		height: 15px;
		float: left;
		margin-right: 10px;
		background-image:url('../images/kontakt/mail.png');
	}
		div.mailCont p{
			height: 15px;
			line-height: 15px;
		}

#zpc{
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 230px;
	bottom: 120px;
	color: grey;
	font-size: 12px;
}
