body,table{
background:#3B3B3B;
font-family:Trebuchet,Tahoma,Verdana;
font-size:11px;
color:#000000;}

table.glowna{background:#FFFFFF;}
td.czarna{background:#000000;}
td.biala{background:#FFFFFF;}

P{
font-family:Trebuchet,Tahoma,Verdana;
font-size:11px;
color:#000000;
}

P.komunikat{
font-weight:bold;
}

A{
font-family:Trebuchet,Tahoma,Verdana;
font-size:11px;
text-decoration: none;
color:#000000;
}

A:HOVER {
text-decoration:none;
color:#D46330;
}
.ramka {
border: solid 1px #D46330;
padding: 1px;
}

INPUT {
	font-family: Trebuchet,Tahoma,Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #FFFFFF url(../img/bg-input.gif);
	border: 1px solid #0F2446;
	height: 20px;
	padding-left: 3px;
	width: 250px;
}

INPUT.error {
	background: #FFFFFF url(../img/bg-input-error.gif);
	border-left: 2px solid #FF0000;
}

INPUT.submit {
	background: #FFFFFF url(../img/bg-submit.gif) repeat-x;
	font-family: Trebuchet,Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #0F2446;
	border: 1px solid #0F2446;
	width: 80px;
	height: 21px;
}

TEXTAREA {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #FFFFFF url(../img/bg-input.gif);
	border: 1px solid #0F2446;
	padding-left: 3px;
	width: 250px;
}

TEXTAREA.error {
	background: #FFFFFF url(../img/bg-input-error.gif);
	border-left: 2px solid #FF0000;
}



