html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#NAGLOWEK {
	height: 246px;
}
#MENUP {
	position:relative;
	top: 10px;
}
#MENUP ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#MENUP ul {
	text-align: center;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}

#MENUP ul li {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

#MENUP ul a:link, ul a:visited {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	border: 1px solid #888;
	padding: 5px;
}

#MENUP ul a:hover {
	background-color: #fff;
	border-bottom-color: #fff;
}

#MENUL {
	position:relative;
	top:40px;
	width: 150px;
	float:left;
	
	
}
#MENUL ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 7px;
}

#MENUL ul {
	text-align: right;
	border-right: 1px solid #888;
	padding-bottom: 7px;
}

#MENUL ul li {
	white-space: nowrap;
	margin-right: 5px;
}

#MENUL ul a:link, ul a:visited {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	border: 1px solid #888;
	padding: 5px;
}

#MENUL ul a:hover {
	background-color: #fff;
	border-bottom-color: #fff;
}

#TRESC {
	position: relative;
	left: 10px;
	top: 30px;
	width: 1030px;
	padding-right:155 px;
	overflow: hidden;
	background-color: #fff;
}

#STOPKA {
	clear: left;
	clear: left;
	position: relative;
	top:300px;
	clear: both;
	width: 100%;
	background-color: #888;
}

#PANEL {
width: 400px; 
margin: 0 auto; 
padding: 15px 0 0;
background: #fff;
border: 1px solid silver;
font: 16px calibri;
letter-spacing: -1px;
-webkit-box-shadow: 0 0 2px silver; 
-moz-box-shadow: 0 0 2px silver; 
box-shadow: 0 0 2px silver;
}
#PANEL form {
margin: 0;
}


#PANEL label {
display: block;
width: 260px;
padding: 10px 20px;
color: #696969;
font-size: 16px;
text-shadow: 0 0 1px silver;
}

#login, #password, #password_v, #email, #email_v {
display: block;
width: 360px; 
margin: 0 auto;
padding: 10px 5px;
border: 1px solid silver;
outline: 5px solid #ebebeb;
font-size: 22px;
}
#username:focus, #password:focus {
outline: 5px solid #e5f2f8;
}

#lower {
background: #ecf2f5;
width: 360px;
padding: 5px 20px;
margin-top: 20px;
}
.check {
display: inline;
float: none;
font-size: 11px;
padding: 5px;
}
input[type="submit"] {
width: 80px;
padding: 5px 13px;
border: 1px solid #005f85;
color: white;
text-shadow: 0 0 1px black;
background: #98c9dc;
position: relative;
left: 180px;
}

#panel, input[type="submit"] {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
}


p.success {
    background: #CF9;
    border: 1px solid #060;
    margin: 5px;
    color: black;
    font-weight: bold;
	position: relative;
	left: 10px;
	top: 30px;
	width: 830px;
	padding-right:155 px;
	overflow: hidden;
	text-align: center;
	
}

p.error {
    background: #f88;
    border: 1px solid #c00;
    margin: 5px;
    color: black;
    font-weight: bold;
    position: relative;
	left: 10px;
	top: 30px;
	width: 830px;
	padding-right:155 px;
	overflow: hidden;
	text-align: center;
	}

label {
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

footer#footer {
    font-size: 0.8em;
    text-align: center;
    clear: both;
    width: 100%
}

body {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	height:100%;
	width:80%;
	margin:auto;
	}  
table {
font-family: 'Roboto', sans-serif;
    margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
    border: 1px #E0E0E0 solid;
    color: #6C6C6C;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
	}  
tr:nth-child(odd) {
    background: #F0F0F0;
	}  
a {
    text-decoration: none;
    color: #6C6C6C;
	}   
td,th {
    margin: 0;
    padding: 5px;
    text-align: center;
    }

th {
    font-weight: bold;
    padding: 0 5px;
	}   