/* global styles */

* 
{
	margin: 0;
	padding: 0;
}

*:focus { outline: none; }

img { border: 0; }
input, textarea
{
	border: solid 1px #37A1D1;
	background: #087DB2 url(../../images/frontend/bg_input.gif) repeat-x;
}
input.checkbox
{
	border: 0;
	background; #fff;
}
input.submit
{
	background: url(../../images/frontend/bg_submit.gif) repeat-x;
	cursor: pointer;
	width: 57px;
	height: 19px;
	color: #FAFA9A;
	border: 0;
	font-size: 11px;
}
table { border-collapse: collapse; /* stary cellpadding ;) */ }
p { padding: 3px 0; }
p.c { text-align: center; }

a
{
	color: #FFF995;
}
a:hover 
{
	text-decoration: none;
}

.clear { clear: both; visibility: hidden; height: 1em; } /* nast�pna linia znajdzie si� pod obiektem niezale�nie od jego po�o�enia */

pre /* element okre�la tekst z zachowanymi bia�ymi znakami (specjalnie dla programist�w :P) */
{
	background: #efefef;
	border-top: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	padding: 5px 6px;
	font: normal 12px monospace, sans-serif;
	color: #4f4f4f;
	clear: both;
	margin: 16px;
}
ul.clearUl { list-style: none; }
/* end */


