body { margin:0; padding:0; background:#575757 url('../images/bg.gif'); }
form { padding:0; margin:0; }
body, select, input, textarea {
	color: #4B4B4B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form { margin:0; }
input, textarea { font-size:12px; padding:3px; background:#FFF url('../images/field-bg-grey-2.gif') repeat-x top; color:#414141; }
select { font-size:12px; background:url('../images/field-bg-grey.gif') repeat-x top; color:#414141; padding:2px 0; }
select option { background:#FFF; color:#414141; }

p { font-size:1.2em; }
img { border:0; }

a       { color:#6E8714; text-decoration:none; }
a:hover { color:#59720D; text-decoration:underline; }

:focus { outline:0; }

.red { color: #C34047; }
.green { color:#6E8714; }
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.l{ text-align: left; }
.c{ text-align: center; }
.r{ text-align: right; }
.bigger { font-size: 1.2em; }
.f10{ font-size: 10px; }
.f11{ font-size: 11px; }
.w100 { width:100%; }

.no-display { display:none; }
.no-wrap { white-space:nowrap; }

/* ...wyrownanie */
.v-top { vertical-align:top !important; }
.v-middle { vertical-align:middle !important; }
.v-bottom { vertical-align:bottom !important; }
.a-left { text-align:left !important; }
.a-center { text-align:center !important; }
.a-right { text-align:right !important; }
.justify { text-align:justify }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

/* centrowanie tabeli */
.t-center { margin:0 auto; }
