body, span, div, form, p, h1, h2, h3, ul, li, fieldset, label, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: url(images/tlo.png);
	font-size: 12px;
        font-family: arial, verdana, helvetica;
}

img {
	border: none;
	display: block;
}

.t_lewa {
	font-size: 10px;
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #DDDDFD;
	text-align: right;
	width: 30%
}
.t_prawa {
	font-size: 10px;
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #DDDDFD;
	text-align: left;
}

input {
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}

textarea {
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}

a:visited { text-decoration: none; color: #050505}
a:link    { text-decoration: none; color: #050505}
a:hover   { text-decoration: none; color: #FF8000}

