div.formularz
	{
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px;
	text-align: center;
	line-height: 150%;
	border: solid;
	border-width: 1px;
	border-color: #fd8e00;
	width: 450px;
	}

p.kontakt
	{
	line-height: 150%;
	color: #000000;
	text-align: center;
	}

fieldset
	{
	border: none;
	}

legend
	{
	color: #000000;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 15px;
	}

label
	{
	display: block;
	width: 100%;
	text-align: right;
	}

input
	{
	width: 300px;
	margin-left: 5px;
	border: solid;
	border-width: 1px;
	border-color: #fd8e00;
	}


textarea
	{
	width: 300px;
	border: solid;
	border-width: 1px;
	border-color: #fd8e00;
	}

#surname
	{
	visibility: hidden;
	}

button
	{
	border: solid;
	border-width: 1px;
	border-color: #000000;
	width: 40%;
	background-color: #606060;
	color: #ffffff;
	font-weight: 700;
	}

#email_nieprawidlowy
	{
	color: #ee0000;
	display: none;
	}

#dziekujemy
	{
	color: #008000;
	}
