body {
	margin: 0px;
	padding: 0px;
	}

body, td, p, div, select {
	font-family: Trebuchet MS, Tahoma;
	color: #030303;
	font-size: 13px;
	line-height: 18px;
	}

p {
	margin: 0px;
	padding: 0px;
	}
	
form {
	margin: 0px;
	}

#Wrapper {
	width: 1000px;
	}

#DBody {
	background: center top no-repeat;
	padding-top: 120px;
	padding-left: 250px;
	padding-right: 140px;
	text-align: left;
	}
	
h1, h2, h3, h4, h5 {
	color: #007fcb;
	margin: 0px;
	}
	
#TopLayer h2.title {
	text-align: center;
	display: block;
	}

#TopLayer .question {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	display: block;
	color: white;
	}

#TopLayer .answer {
	display: block;
	color: white;
	}
	
#TopLayer div.button {
	text-align: center;
	margin-top: 20px;
	}
	
#Wyniki .question {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	}

#Wyniki .answer {
	display: block;
	}
	
.wynik {
	background-color: #007fcb;
	height: 10px;
	margin-bottom: 5px;
	}
	
#HeaderSub {
	background: center top no-repeat red;
	height: 200px;
	text-align: center;
	margin-bottom: 5px;
	}
	
#HeaderSub h2 {
	padding-top: 160px;
	}
	
#Subject {
	background: url('../img/forum-subject-top-bg.gif') #e0e4e7 top no-repeat;
	text-align: left;
	margin-bottom: 5px;
	}
	
#Subject a.subject {
	display: block;
	color: #030303;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 75px;
	padding-right: 30px;
	}
	
#Subject a.subject:hover {
	text-decoration: underline;
	}
	
#Subject span.description {
	display: block;
	color: #030303;
	padding-top: 5px;
	padding-left: 75px;
	padding-right: 30px;
	}
	
#Subject div.buttons {
	display: block;
	text-align: right;
	width: 100%;
	margin-top: 5px;
	}
	
#Subject div.buttons img.napisz {
	border: 0px;
	margin-right: 10px;
	}
	
#Subject div.buttons img.zobacz {
	border: 0px;
	margin-right: 50px;
	}
	
#Posty {
	width: 100%;
	}
	
#PostWrapper {
	margin-left: 25px;
	margin-right: 30px;
	}
	
div.Post {
	margin-left: 20px;
	border-top: 1px solid white;
	padding-top: 10px;
	padding-left: 10px;
	}
	
div.Post div.daterase {
	float: right;
	}
	
div.Post div.daterase img.abuse {
	border: 0px;
	vertical-align: text-top;
	margin-top: 3px;
	margin-left: 5px;
	}
	
div.Post span.postitle {
	margin-left: 5px;
	font-weight: bold;
	}
	
div.Post img.plusminus {
	float: left;
	border: 0px;
	margin-top: 2px;
	}
	
div.Post div.postbody {
	padding-left: 20px;
	padding-top: 3px;
	font-size: 11px;
	line-height: 16px;
	display: block;
	}

div.Post img.odpowiedz {
	border: 0px;
	float: right;
	margin-left: 20px;
	margin-top: 7px;
	}
	
div.Post div.opinions {
	float: right;
	font-weight: bold;
	}
	
div.Post div.opinions img {
	border: 0px;
	vertical-align: middle;
	}
	
div.Post div.opinions img.opinionnook {
	margin-left: 10px;
	}
	
div.Post div.nick {
	margin-left: 20px;
	font-weight: bold;
	margin-top: 5px;
	height: 40px;
	}
	
div.Post div.nick a {
	color: #030303;
	font-weight: normal;
	}
	
#Pages {
	margin-left: 20px;
	border-top: 1px solid white;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px;
	}
	
#Pages a {
	color: #030303;
	text-decoration: none;
	}
	
#Pages a:hover {
	text-decoration: underline;
	color: #007fcb;
	}
	
.Odpowiedz {
	background-color: white;
	padding: 20px;
	text-align: center;
	}

.Odpowiedz input.naglowek {	
	width: 500px;
	adisplay: block;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #e0e4e7;
	border: solid 1px gray;
	margin-bottom: 5px;
	}
	
.Odpowiedz textarea.tresc {	
	width: 500px;
	height: 100px;
	font-family: Trebuchet MS;
	font-size: 12px;
	adisplay: block;
	background: #e0e4e7;
	border: solid 1px gray;
	margin-bottom: 5px;
	}

.Odpowiedz input.nick {
	width: 230px;
	font-family: Trebuchet MS;
	font-size: 12px;
	margin-right: 36px;
	background: #e0e4e7;
	border: solid 1px gray;
	margin-bottom: 5px;
	}
	
.Odpowiedz input.email {
	width: 230px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #e0e4e7;
	border: solid 1px gray;
	margin-bottom: 5px;
	}