/*
	
	Global Settings
	
*/

body{
	padding:0px;
	margin:0px;
	color:#1f1a17;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#FFFFFF;
	background-image:url('../images/bg_body.png');
}

a img{
  	border:none;
}


.top{
  	border-top:5px solid #1f1a17;
  	border-bottom:11px solid #838281;
}

.top .container{
  	padding:7px 45px;
  	width:870px;
  	margin:0 auto;
}

.top .container a{
  	display:block;
  	width:164px;
  	height:124px;
}

.middle{
  	background-color:#FFFFFF;
  	background-image:url('../images/tlo.png');
  	background-repeat:no-repeat;
  	background-position:bottom center;
  	
  	
}

.middle .container{
	padding:5% 0%;
	width:890px;
	margin:0 auto;
	
	/*background-image:url('../images/bg_middle_login.png');*/
  	background-repeat:no-repeat;
  	background-position:right bottom;
}


.bottom{
	background-image:url('../images/bg_bottom.jpg');
	background-repeat:repeat-x;
	background-position:0px 0px;
	padding-bottom:10px;
}

.bottom .container{
  	width:960px;
  	margin:0 auto;
  	background-image:url('../images/tlo2.png');
  	background-repeat:no-repeat;
  	background-position:center top;
  	
}

.bottom .container a{
  	display:block;
  	width:63px;
  	height:49px;
}

.login{
  	border-collapse: collapse;
  	margin:0 auto;
  	margin-left:20px;
}

.login th{
  	padding:4px 0px;
  	text-align:right;
  	padding-right:10px;
  	font-weight:normal;
  	width:105px;
}

.login td{
  	padding:4px 0px;
}

input{
  	border:1px solid #5f5c59;
  	color:#1f1a17;
  	font-family:Arial;
  	font-size:14px;
  	padding:5px 8px;
  	line-height:14px;
  	width:161px;
}

.bt-login{
  	background-image:url('../images/zaloguj.png');
  	background-repeat:no-repeat;
  	padding:0px;
  	border:none;
  	background-color:transparent;
  	height:51px;
  	width:81px;
  	margin-top:0px;
  	margin-left:110px;
  	cursor:pointer;
}

.text-center{
  	text-align:center;
}

.kal{
  	position:absolute;
  	right:65px;
  	top:-25px;
  	background-image:url('../images/kal.png');
  	background-repeat:no-repeat;
  	width:69px;
  	height:42px;
  	color:#999796;
  	text-align:center;
  	font-size:16px;
  	font-weight:bold;
  	padding-top:35px;
  	line-height:12px;
}

.kal span{
  	font-size:8px;
  	font-weight:normal;
}



.zegar{
  	position:absolute;
  	right:145px;
  	top:10px;
  	background-image:url('../images/zegar.png');
  	background-repeat:no-repeat;
  	width:60px;
  	height:20px;
  	color:#999796;
  	text-align:center;
  	color:#ffffff;
  	font-size:20px;
  	font-weight:normal;
  	padding-top:5px;
  	letter-spacing:3px;
  	padding-left:2px;
}
