body {
    margin: 0px;
}

form {
    margin: 0;
    padding: 0;
}

table, tr, td {
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
    color: #000;
}

input.logowanie {
    width: 100%;
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
    color: #000;
    background: url(../_gfx/bg_input.jpg) no-repeat top left;
    border-width: 1px;
    border-color: #2F6170;
    border-style: solid;
    height: 20px;
    padding-left: 3px;
    padding-top: 2px;    
}

input.loguj {
    width: 120px;
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: url(../_gfx/bg_input_2.jpg) no-repeat top left;
    border-width: 1px;
    border-color: #2F6170;
    border-style: solid;
    height: 20px;
}

a.logowanie {
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
    color: #1D427C;
    font-weight: bold;
    text-decoration: underline;
}
a:hover.logowanie {
    color: white;
    text-decoration: underline;
}

a.news {
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
    color: #1D427C;
    font-weight: bold;
    text-decoration: none;
}
a:hover.news {
    text-decoration: underline;
}

a.banner {
    width: 166px;
    height: 73px;
    display: block;
    border: 1px dotted white;
}
a:hover.banner {
    width: 166px;
    height: 73px;
    display: block;
    border: 1px dotted black;
}

a.nounderline {
    color: #000000;
    text-decoration: none;
}
a:hover.nounderline {
    text-decoration: underline;
}

a.nounderline-white {
    font-family: Verdana;
    color: #FFFFFF;
    text-decoration: none;
}
a:hover.nounderline-white {
    font-family: Verdana;
    color: #FFFFFF;
    text-decoration: underline;
}

.foot, .foot a {
    font-size: 10px;
    line-height: 1.1em;
}



#przypomnij {
	position: absolute;
	display: none;
	z-index: 1000;
	top: 120px;
	left: 410px;;
	width: 350px;
	height: 198px;
	border: 1px solid #44829C;
	background: #D9E5EA;
}

#zmien_haslo {
	position: absolute;
	display: none;
	z-index: 1000;
	top: 120px;
	left: 410px;;
	width: 350px;
	height: 187px;
	border: 1px solid #44829C;
	background: #D9E5EA;
}

#przypomnij img, #zmien_haslo img {
	float: right;
	cursor: pointer;
}

#przypomnij p, #zmien_haslo p {
	margin: 0px 0 15px 0px;
	font-weight: bold;
}

#przypomnij iframe {
	 width: 350px;
	 height: 195px;
	 border: 0;
}

#zmien_haslo iframe {
	 width: 350px;
	 height: 185px;
	 border: 0;
}
/*
#zmien_email input, #zmien_haslo input {
	float: left;
	width: 200px;
	font: 11px Arial, serif;
}

#zmien_email label, #zmien_haslo label {
	display: block;
	float: left;
	margin-top: 2px;
	width: 120px;
}
*/