*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: url(../img/640x180-logowanie.png) no-repeat;
}

form
{
	position: absolute;
	left: 44px;
	top: 140px;
}

form *
{
	vertical-align: middle;
}

input[type="text"],
input[type="password"]
{
	background: #fff;
	border: 1px solid #d3dbe2;
	width: 50px;
	padding: 2px;
	display: inline-block;
}

input[type="submit"]
{
	font-weight: bold;
	background: #575757;
	color: #fff;
	border: 0;
	border-radius: 3px;
	display: inline-block;
	padding: 0 10px;
	line-height: 22px;
	cursor: pointer;
}

input[type="submit"]:hover
{
	background: black;
}

.background-link
{
	position: absolute;
}

.background-link a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#link1
{
	top: 104px;
	left: 261px;
	width: 91px;
	height: 30px;
}
