body{
	background-color: #dededd;
    	color: #000000;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 12px;
    	padding:0px;
    	margin:0px;
    	line-height:16px;
    	
}

.error-text{
  	color:red;
}

a img{
  	border:none;
}

.container{
  	width:880px;
  	margin:0 auto;
  	position:relative;
}

.top{
 	height:112px;

	background-image:url('../images/bg_top.png');
	background-repeat:repeat-x;
	background-position:center;
}

.bottom{
 	height:54px;
	background-image:url('../images/bg_bottom.png');
	background-repeat:repeat-x;
	background-position:center;
	
}


.middle{
background-image:url('../images/body.png');
    	background-position:center;
    	background-repeat:repeat-y;
	    padding-top:100px;
	    padding-bottom:100px;	
}

table{
  	border-collapse: collapse;
}

table th, table td{
  	padding:5px;
}

table th{
  	text-align:left;
  	font-weight:normal;
}

.information{
  	font-size:14px;
  	color:green;
  	padding:10px;
  	text-align:center;
  	border-top:1px solid green;
  	border-bottom:1px solid green;
  	margin-bottom:10px;
}

.error{
  	color: red !important;
  	border-color:red !important;
}

.center-text{
  	text-align:center;
}

.loginContainer{
  	width:682px;
  	background-image:url('../images/owal_logowanie.png');
  	background-position:center bottom;
  	background-repeat:no-repeat;
  	margin:0 auto;
  	padding-bottom:15px;
}

.loginBox{
  	width:380px;
  	height:292px;
  	background-image:url('../images/tlo_logowanie.png');
  	position:relative;
  	margin:0 auto;
}

.bt{
  	width:135px;
  	height:35px;
  	border:none;
  	background-color:transparent;
  	background-image:url('../images/zaloguj.png');
  	cursor:pointer;
  	position:absolute;
  	left:120px;
  	top:222px;
}

input[type=text], input[type=password]{
  	width:214px;
  	height:37px;
  	border:none;
  	color:#201b18;
  	
  	background-color:transparent;
  	padding:0px 10px;
  	padding-left:50px;
}

input[type=text]{
background-image:url('../images/input_login.png');
}

input[type=password]{
background-image:url('../images/input_pass.png');
}

#sEmail{
  	position:absolute;
  	left:55px;
  	top:50px;
}

#sPassword{
  	position:absolute;
  	left:55px;
  	top:110px;
}

#save{
  	position:absolute;
  	left:100px;
  	top:170px;
  	font-size:11px;
}
