body {
	background: black url(img/bg.png) center repeat-y;
	margin: 0;
	color: white;
	font-family: verdana;
}

p, a, fieldset {
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

p {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}

img {
	border: 0;
}


/* Formularze */
fieldset {
	width: 80%;
	margin: 50px auto;
	padding: 20px;
	border: 1px dotted white;
	background: black;
}

.input, .submit {
	width: 240px;
	background: black;
	border: 1px solid gray;
	color: white;
	padding: 2px;
	margin: 2px 0;
}

.submit {
	width: 50px;
}

.input:focus, .submit:focus  {
	border: 1px solid silver;
}

/* Top */
#panel_top {
	background: url(img/top.png);
	width: 800px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 1px solid white;
}

a#top {
    background: url(img/logo.png);
    width: 460px;
    height: 200px;
    display: block;
    float: left;
}

#panel {
 	margin: 20px 0 0 80px;
 	padding: 0;
 	width: 200px;
 	float: left;
}

#panel_top .input  {
	width: 80%;
	background: none;
	border: 0;
	color: white;
	line-height: 20px;
	height: 20px;
	margin: 2px 0;
}

#menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
	background: url(img/button.png);
}

#menu li
	{
	margin: 0;
    padding: 0 20px 0 20px;
	list-style-type: none;
 	height: 30px;
 	line-height: 28px;
 	font-size: 12px;
 	float: left;
}

#menu li input
	{
 	font-size: 12px;
}

/* Treść */
#content {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #282828;
}

.picture {
	border: 1px solid gray;
	background: black;
	width: 80%;
	margin: 50px auto 0 auto;
	padding: 20px;
	font-size: 20px;
	font-size: 14px;
	text-align: center;
}

.picture img {
	max-width: 100%;
}

.picture h1, .picture p {
	padding: 0 32px;
	text-align: left;
	width: 640px;
	margin: 0 auto;
}

.picture

.plus {
	color: green;
}

.minus {
	color: red;
}

#paging {
	width: 80%;
	margin: 20px auto;
	text-align: center;
}

.default {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 2px;
	border: 1px solid silver;
	line-height: 24px;
	text-align: center;
}

.active {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 2px;
	border: 1px solid silver;
	line-height: 24px;
	text-align: center;
	background: black;
}
/* Stopka */
#footer {                                    \
	width: 100%;
	height: 100px;
	background: black url(img/footer.png) bottom repeat-x;
	text-align: center;
	border-top: 1px solid white;
}


/* Rejestracja */
.register_info {
 	color: silver;
}


/* Komentarze */
#comments {
	margin: 0 0 50px 0;
}

.comment {
	width: 80%;
	border: 1px dotted white;
	margin: 0 auto;
	padding: 10px 20px;
	background: black;
}

.comment_response {
	width: 90%;
	margin: 0 auto;
	margin-right: 0;
	padding: 10px 0 0 20px;
}

.comment .dinput {
 	width: 40%;
}

.comment .author {
	margin: 0;
	padding: 0;
}

.comment p {
 	margin: 0;
 	padding: 0;
}

p.comment {
	border: 1px solid gray;
	width: 96%;
	padding: 5px 2%;
	margin: 5px 0;
}

/* Inne */
.icon {
	vertical-align: middle;
	margin-top: -4px;
}

a.button {
	width: 30%;
	text-align: center;
	background: black;
	display: inline-block;
	font-size: 20px;
}

.clear {
	clear: both;
	width: 100%;
}
