html, body {
	height: 100%;
}
body{
	display: table;
	width: 100%;
	margin: 0 auto;
	background: #FFAB00 url('img/tlo.gif') repeat-x top;
	text-align: center;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#cell{
	/* na potrzeby IE 6 w seksji head */
}

a.logo{
	display: block;
	background: transparent url('img/logo.png') no-repeat top;
	height: 140px;
	width: 400px;
	text-align: center;
	margin: auto;
	text-decoration: none;
}

.newslettertop{
	background: transparent url('img/newslettertop.gif') no-repeat top;
	width: 400px;
	height: 22px;
	text-align: center;
	margin: auto;
}

.newsletter{
	background: transparent url('img/newsletter.gif') no-repeat top;
	width: 400px;
	height: 105px;
	color: #312D2D;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: center;
	margin: auto;
}

.komunikat{
	background: transparent url('img/k.gif') no-repeat top;
	width: 400px;	
	height: 57px;
	color: #FFF;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 57px;
	text-align: center;
	
	margin: 5px auto 0px auto;
}

input.mail {
	width: 140px;
	height: 18px;
}

form{
	margin: 0px;
	padding: 0px;
}

.form{
	background: transparent url('img/kreska.gif') no-repeat top;
	text-align: center;
	width: 350px;
	
	padding-top: 14px;
	margin: 14px auto 0px auto;
}

label{
	float: left;
	line-height: 27px;
	width: 100px;
	text-align: right;
}

input{
	background: #F7F7F7 url('img/input.gif') repeat-x top;
	margin-left: 5px;
	height: 27px;
	float: left;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #555555;
	border: 1px solid #bfbab4;
	padding-top: 5px;
}

.submit{
	background: transparent url('img/dodaj.gif') no-repeat top;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	border: 0px;
	width: 67px;
	color: #FFFFFF;
	padding-bottom: 7px;
}

.submit:focus{
	background-color: transparent;
	color: #FFFCCC;
}

input:focus{
	color: #CA250C;
}

a{
	font: 11px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #956322;
	text-decoration: none;
}

a:hover{
	color: #2D2827;
	border-bottom: 1px dashed #2D2827;
	text-decoration: none;
}

a.logo:hover{
	text-decoration: none;
	border-bottom: none;
}

b.normal{
	color: #312D2D;
}

b{	
	color: #FFAB00;
}