/* -----[ Reset ]---------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, 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;
font-size: 100.01%;
font-family: inherit;
text-align: left;
background-color: transparent;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
acronym, abbr { cursor: help; }
hr {  }
img { vertical-align: middle; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
address { font-style: normal }
body, input, textarea, select, option, optgroup, button { font-family: Arial, Tahoma, Verdana, sans-serif; }
body { background-color: #fff; color: #3e3e3e !important; font-size: 62.5% !important; padding: 0 0 25px 0 }

/* -----[ Linki ]----------------------------------------------------------- */
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* -----[ Formularze ]------------------------------------------------------ */
legend { display: none; }
button { border: none; padding: 0; }
input, textarea, select, option, optgroup, button { font-size: 1em; color: #8e8e8e; }
button { cursor: pointer; }

select, input { border: 1px solid #cecece; }

/* -----[ Tabele ]---------------------------------------------------------- */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {	text-align: left; vertical-align: top;	font-weight: normal; }

/* -----[ Listy ]----------------------------------------------------------- */
ul, ol,
dir, menu { list-style: none; line-height: 1em; }

/* -----[ Czyszczenie oplywania ]------------------------------------------------------ */
/* 	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] FROM Blueprint CSS Framework */
.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }