body{
	font-family:  Verdana, sans-serif;
	background-image: url('pliki/poczta.png');
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
}


a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #454545;
	text-decoration: none;
}

h1{
	color: #000000;
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
p{
	color: #000000;
	font-size:12px;
}
label{
	color: #000000;
	font-size:12px;
	line-height: 20px;
}

li,ul{
	margin-top: 0px;
	margin-left: 5px;
	color: #000000;
	font-size:12px;
}

.tresc{
	width: 400px;
	height: 630px;
	float: right;
	margin-top: 50px;
	margin-right: 200px;
	border-color: #454545;
	border-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	background-color: #f08950;
	text-align: left;
	padding: 10px;
}

.tresc input[type=text] {
	float:right;
	margin-right: 35px;
}

.zaloguj{
	width: 300px;
	height: 330px;
	float:left;
	margin-top: 230px;
	margin-left: 50px;
	border-color: #454545;
	border-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	background-color: #f08950;
	text-align: left;
	padding: 10px;
}
