
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	outline: none
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #4F637F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #005C8F;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}
p.topicdetails2 {
	margin: 1px 0;
	color:#35628F;
	font-size:10px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	font-family:Gadget;
	font-size:14px;
	color: #6D9BAF;
}

.postdetails {
	color:#6D859F;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#A9B8C2;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #206CA0;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	color:#00346A;
	margin: 1px 1px;
	font-size: 1em;
}
.gensmall div{
	margin-right:10px;
}
span.gensmall{
	color:#206CAF;
}


.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #007BBF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	/*koń*/
	background-color: black;
	border:5px solid black;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic1.gif') repeat scroll top left;
	/*background: white url('./images/cellpic2.jpg') repeat-y scroll top left;*/
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
	color:#206CAF;
}

.row1 {
	background-color: black;
	/*background-color: #101E2B;*/
	padding: 4px;
	border-bottom:dashed 1px #101E2B; 
}

.row2 {
	background-color: black;
	/*background-color: #101E2B;*/
	padding: 4px;
	border-bottom:dashed 1px #101E2B;
}

.row3 {
	background-color: #C2C9CF;
	padding: 4px;
}

.spacer {
	background-color: #000000;
	height:1px;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

.post {
	/*background-color: white;*/
	background-color: #101E2B;
	color: #A9B8C2;
	border-style: solid;
	border-width: 1px;
}

textarea {
/*	background-color: #FAFAFA;
	color: #333333;*/
	background-color: #101E2B;
	color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 0px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #142A3F;
	color: #4F667F;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}


/* OSTR 
* { 
  margin: 0px; 
  padding: 0px; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, a:hover, a:visited, a:active, a:focus, a:link
{
	font-family:Georgia;
	color:#DDDDDD;
	border: 0;
	
}*/


body { 
	/*background:url(./images/01background.jpg) #000000 repeat center;*/
	/*background:url(http://img357.imageshack.us/img357/4898/01backgroundzj7.jpg) #000000 repeat center;*/
	background:url(http://i547.photobucket.com/albums/hh442/wwwostrnet/01background.jpg) #000000 repeat center;
}

div.clearfloat{
	clear:both;
	width:100%;
	line-height:1px;
	height:0px;
	visibility:hidden;
}

div.container{
	margin:auto;
	width:958px;
}
div.container_top{
	margin-top:10px;
	height:321px;
	width:auto;
}
div.top_logo{
	/*background:url(./images/02logo.jpg) no-repeat;*/
	/*background:url(http://img411.imageshack.us/img411/8216/02logohj3.jpg) no-repeat;*/
	background:url(http://i547.photobucket.com/albums/hh442/wwwostrnet/02logo.jpg) no-repeat;
	
	float:left;
	width:336px;
	height:321px;
}
div.top_menu{
	float:right;
	width:526px;
}
div.top_menu_top{
	background:url(./images/menu/menu_top.jpg) no-repeat;
	width:524px;
	height:24px;
}
div.top_menu_main_left{
	background:url(./images/menu/menu_left.jpg) no-repeat;
	width:28px;
	height:203px;
	float:left;
}
div.top_menu_main_middle{
	width:283px;
	height:203px;
	float:left;
}
div.menu_top_left{
	float:left;
	height:116px;
}
div.menu_top_right{
	background:url(./images/menu/menu_foto_left.jpg) no-repeat;
	width:126px;
	height:116px;
	float:right;
}
div.menu_bottom{
	margin-top:-5px;
}
div.menu_bottom_left{
	background:url(./images/menu/menu_foto_left.jpg) no-repeat;
	width:126px;
	height:116px;
	float:left;
}
div.menu_bottom_right{
	background:url(./images/menu/menu_foto_left.jpg) no-repeat;
	width:126px;
	height:116px;
	float:left;
}
div.top_menu_main_right{
	background:url(./images/menu/menu_foto_right.jpg) no-repeat;
	width:213px;
	height:203px;
	float:left;
}
div.top_menu_bottom_left{
	background:url(./images/menu/menu_bottom.jpg) no-repeat;
	width:311px;
	height:94px;
	float:left;	
}
div.top_menu_bottom_right{
	background:url(./images/menu/menu_bottom_right.jpg) no-repeat;
	width:213px;
	height:94px;
	float:left;
}
div.container_footer{
	font-family:Georgia;
	font-size:small;
	text-align:right;
	margin:auto;
	width:auto;
}
div.footer_ikony {
	font-size:10px;
	margin-top:23px;
	margin-left:17px;
	float:left;
}
div.footer_copyright{
	padding-top:5px;
	float:right;
	margin-right:12px;
}
div.container_footer{
	margin-top:25px;
	margin-bottom:25px;
	height:25px;
}
div.container_top_menu_bottom{
	/*border:1px solid red;*/
	margin-top:-5px;
}




div.biografia {
	text-align:justify;
	font-weight:bolder;
	line-height:17px;
	font-size:12px;
	font-family:Georgia;
	margin-bottom:15px;
}
div.biografia img{
	margin:15px;
}
div.zrodlo {
	text-align:right;
	margin-right:15px;
	font-size:13px;
}
div.koncerty{
	margin-left:30px;
	font-size:13px;
	font-weight:bold;
}
div.koncerty span{
	font-weight:bolder;
	font-size:18px;
}
div.koncerty_l{
	float:left;
}
div.koncerty_l span{
	display:block;
	margin-bottom:26px;
}
div.koncerty_r{
	float:right;
	width:384px;
	text-align:justify;
	line-height:26px;
	font-size:13px;
}
div.koncerty_r span{
	font-size:16px;
}
div.koncerty_r p{
	text-align:right;
}
div.koncert {
	border-bottom:2px dashed #101E2B;
	border-right:2px dashed #101E2B;
}
div.koncert span{
	font-size:16px;
	line-height:20px;
	margin:12px;
	display:block;
}


td.tl {
	background:url('./images/1px_left.gif') no-repeat #101E2B;
}
td.tl img{
	margin:0px;
}
td.tr {
	background:url('./images/1px_right.gif') no-repeat #101E2B;
	background-position:right;
}
td.profile { background: #101E2B; }
td.tresc_posta { background: #101E2B; }
td.bl {
	background-color: teal;
	background-image: url('./images/cellpic4.gif');
	height:25px;
}
td.bl a{
	margin-left:5px;
}
td.br { 
	background-color: teal;
	background-image: url('./images/cellpic4.gif');
	height:25px;
}
div.dyskografia {
	text-align:center;
	text-align:justify;
	font-weight:bolder;
	line-height:17px;
	font-size:12px;
	font-family:Georgia;
	margin-bottom:15px;
	line-height:25px;
}
div.dyskografia embed{
	margin-left:auto;
	margin-right:auto;
}
div.dyskografia span{
	text-align:center;
}
div.linia {
	border-bottom:2px dashed #101E2B;
	width:auto;
	margin-top:15px;
	margin-bottom:15px;
}
div.data {
	float:left;
}
div.album_kontener{
	margin-top:20px;
	margin-bottom:20px;
}
div.dyskografia img{
	margin-right:15px;
	margin-bottom:15px;
}
div.dyskografia p{
	font-style:italic;
	font-size:17px;
	display:block;
	margin-bottom:20px;
}
div.album_okladka {
	height:auto;
	margin-bottom:auto;
	float:left;
}
div.album_okladka img{
	border:7px solid #101E2B;
	
}
div.album_opis {
	width:700px;
	float:right;
	border-top:dashed 2px #101E2B;
}
div.wiecej {
	float:right;
}
span.ukryty {
	display:none;
}
#szybka_odpowiedz_container {
	border:7px solid #101E2B;
	display:none;
	width:100%;
}
#szybka_odpowiedz_container2 {
	border:3px solid #2D3A43;
}

a.hidden {
	display:none;
}
div.hidden {
	display:none;
}
div.newsy{
	border-top:dashed 2px #101E2B;
	margin-bottom:30px;
}
div.newsy img{
	margin:10px 15px 15px 0px;
}
div.newsy p{
	margin-bottom:17px;
	color:#1566AF;
	font-size:19px;
}
div.shoutbox_container {
	width:650px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#101E2B;
	color:#5A656F;
	text-align:center;
	padding-bottom:10px;
}
div.shoutbox_container p{
	display:block;
}
p.naglowek{
	font-weight:bolder;
	line-height:28px;
}
div.newsy_tresc{
	width:580px;
	float:left;
	text-align:justify;
	font-weight:600;
	line-height:17px;
	font-size:12px;
	font-family:Georgia;
	margin-bottom:15px;
}
div.newsy_tresc span{
	display:block;
	text-align:right;
	margin:8px;
}
div.newsy_tresc b{
	color:#35608F;
}
div.newsy_boksy {
	width:300px;
	margin-top:30px;
	border-left:2px dashed #101E2B;
	float:right;
}
div.newsy_boksy p{
	text-align:right;
	margin-bottom:15px;
}
div.shoutbox{
	background-color:#050A0F;
	width:auto;
	text-align:left;
	margin:10px 10px 0px 10px;
}
div.shoutboxx {
	margin:10px;
}
span.przekreslenie {
	text-decoration:line-through;
}
a.validcss {
	background:transparent url(./images/icon_mini_validcss.gif) no-repeat scroll left center;
	color:#FF9900;
	margin-left:10px;
	padding-left:13px;
	text-decoration:none;
}
a.validhtml {
	background:transparent url(./images/icon_mini_validhtml.gif) no-repeat scroll left center;
	color:#80C43D;
	margin-left:10px;
	padding-left:13px;
	text-decoration:none;
}
p.helion-ksiazkasm1 a img{
	display:block;
	float:right;
}
p.helion-ksiazkasm1 {
	display:block;
	float:right;
}
p.helion-ksiazkasm2 b{
	display:block;
	float:right;
	margin-right:5px;
}
div.helion_container img{
	display:none;
/*	display:block; //tomek */
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
div.helion_container {
	display:none;
}
a.helionddk {
	display:none;
}
p.helion-prom2 {
	display:none;
}
p.helion-prom3 {
	font-size:13px;
}
div.helion_top {
	margin-left:6px;
	width:290px;
	height:42px;
	background:url(./images/helion/top.jpg);
}
div.helion_middle {
	margin-left:6px;
	width:290px;
	height:42px;
	background:url(./images/helion/middle.jpg);
}
div.helion_bottom {
	margin-left:6px;
	width:290px;
	height:42px;
	background:url(./images/helion/bottom.jpg);
}
div.googleff {
	display:block;
	margin:8px auto 12px 10px;
	width:290px;
	border:2px solid #343E48;
	
}
span.dlugosc {
	font-size:11px;
}
div.okladki_container {
	width:383px;
	text-align:center;
	background:#091926;
	border:5px solid #27303F;
}
div.okladki_container img{
	margin:5px;
	border:2px solid #091926;
}
div.okladki_tytul {
	height:18px;
	line-height:20px;
	font-weight:bolder;
	color:#3B84BF;
}
div.teksty_lista_container h1{
	border-bottom:2px dashed #303948;
	color:#27303F;
}
div.teksty_lista_container {
	width:325px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:left;
}
div.okladki_container {
	float:left;
}
div.tekst_container h1{
	line-height:20px;
	border-bottom:2px dashed #303948;
	color:#4F637F;
}
div.tekst_container {
	width:450px;
	float:left;
	margin-left:15px;
	font-size:12px;
	line-height:16px;
	margin-bottom:15px;
	color:#4F637F;
}
div.zdjecia_container {
	width:510px;
	margin-left:15px;
	float:left
}
table.zdjecia td{
	width:170px;
	height:170px;
	text-align:center;
	border-bottom:1px solid #303A46;
}
table.zdjeciaa td{
	text-align:center;
}

table.zdjecia img{
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #313E4F;
}
div.opis_komentarze_container {
	float:left;
	width:350px;
	margin-left:30px;
	margin-top:10px;
}
div.opis{
	text-align:right;
}
div.opis h1{
	color:#323D4F;
}
div.opis span{
	margin-top:1px;
	font-size:10px;
	font-style:italic;
}
span.opis {
	font-size:14px;
	line-height:17px;
	text-align:justify;
}
a#dodaj_komentarz {
	text-align:right;
	display:block;
	margin:0 0 10px 0;
}
div.komentarz_form {
	display:none;
	border:2px solid #313E4F;
	background:#090C0F;
}
div.form_left{
	float:left;
	width:50px;
	margin-left:10px;
	margin-top:10px;
}
div.form_right{
	float:left;
	width:auto;
	margin-top:10px;
}
div.form_right textarea{
	margin-bottom:20px;
}
div.komentarz_submit{
	height:20px;
	margin-top:45px;
}
div.komentarz_container1{
	border-top:2px solid #313E4F;
	background-color:#0C0F1F;
}
div.komentarz_container2{
	border-top:2px solid #313E4F;
	background-color:#12162F;
}
p.komentarz_nick {
	margin:7px 10px 0px 10px;
}
p.komentarz_data {
	margin:0px 10px 7px 10px;
	font-size:smaller;
	font-style:italic;
}
p.komentarz_tresc {
	margin:0px 10px 0px 10px;
}
p.komentarz_ip {
	margin:0px 10px 0px 10px;
	text-align:right;
	font-style:italic;
	font-size:smaller;
}
div.zdjecie_sekcja_1 {
	text-align:center;
	float:left;
	width:170px;
	height:170px;
	margin-left:46px;
}
div.zdjecie_sekcja_1 img{
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #313E4F;
}
div.zdjecie_sekcja_2 {
	float:left;
	width:220px;
	height:170px;
}
div.zdjecia_sekcja_naglowek{
	margin:10px;
}
div.ilosc_wyswietlen {
	margin:5px 0px 0px 14px;
}
