body{
	background-color: #fff;
	font: bold 24px Arial;
	text-align: center;
	color: #8896a4;
	margin: 0;
}

a
{
	color: #82b1bb;
	text-decoration: none;
}
a:hover
{
	color: #f08165;
}

h1
{
	font: normal 12px Arial;	  
}


div#container
{
	height: 536px;
	width: 100%;
	float: left;
	margin-top: 20px;
	background: url(gfx/login-back.jpg) repeat-x;	  
}

a#logo
{
  	float: left;
  	display: block;
  	width: 171px;
  	height: 28px;
  	background: url(gfx/login-logo.jpg);
  	margin: 10px 35px;
  	margin-top: 20px;
}	

form
{
	display: block;
	width: 453px;
	height: 236px;
	background: url(gfx/login-panel.png) no-repeat;
	margin: 0 auto;
	float: none;
	margin-top: 130px;
}


form div
{
 	float: left;
	width: 100%; 
}

input[type="text"], input[type="password"]
{
 	width: 305px;
	height: 34px;
	background: url(gfx/login-input.jpg) no-repeat; 
	border: 0;
	color: #066677;
	font-size: 24px;
	text-align: left;
	margin-bottom: 8px;
	padding: 7px 0;
	padding-left: 80px;	
}
input[type="text"]:focus, input[type="password"]:focus
{
	background: url(gfx/login-input-h.jpg) no-repeat; 
	color: #f08165;	
}

img
{
 	border: 0; 
}

th
{
 	font-weight: normal; 
}

td
{
 	text-align: left;
	padding-left: 8px; 
}

input[type="submit"]{
	background: url(gfx/login-btn.jpg) no-repeat;
	width: 103px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	border: 0;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

input[type="submit"]:hover{

}

div#footer
{
	width: 640px;
	margin: 0 auto;
	float: none;	
	font: normal 12px Arial;  
	margin-top: 20px;
}

label#haslo
{
	width: 64px;
	height: 19px;
	background: url(gfx/login-haslo.png) no-repeat;  
	display: block;
	position: absolute;
	margin-top: 15px;
	margin-left: 40px;
}

label#login
{
	width: 64px;
	height: 19px;
	background: url(gfx/login-login.png) no-repeat;  
	display: block;
	position: absolute;
	margin-top: 15px;
	margin-left: 40px;
}






