div.formularz
	{
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 30px;
	text-align: center;
	line-height: 150%;
	width: 450px;
	background-color: #e8e2d0;
	border: none;
	}
	
input
	{
	width: 400px;
	margin-left: 5px;
	border: none;
	}


textarea
	{
	width: 400px;
	border: none;
	}

#surname
	{
	visibility: hidden;
	}

button
	{
	border-style: solid;
	border: none;
	background-color: #ffffff;
	font-weight: 400;
	}
