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,*/ tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0px none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 135%;
	* zoom: 1;
	* position: relative;
}
.odpowiedz li{
list-style:square outside none;
margin-left:15px;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
	width: 100% !important;
	position: relative !important;
}
ol, ul { list-style: none; }
table { border-collapse:  collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.clear         { clear: both; }
.float-left    { float: left !important; }
.float-right   { float: right !important; }
 
 input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E2E0D1;
	padding: 1px;
 }
 
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 980px; margin: 0px auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }
