#tablebox input { border: 1px solid #B7A371; color: #666; background: #fff; }
#tablebox textarea { border: 1px solid #B7A371; color: #666; background: #fff; }
#tablebox select { border: 1px solid #B7A371; color: #666; background: #fff; }

#tablebox input.przycisk {
	background-color: #6E1312;
	color: #fff;
	cursor: pointer; 
	padding: 2px;
	font-size: 14px;
}

#tablebox input.przyciskduzy {
	background-color: #6E1312;
	color: #fff;
	cursor: pointer; 
	padding: 2px;
	font-size: 16px;
}

#tablebox .linki a {color:#666; text-decoration:none; font-size:15px;}
#tablebox .linki a:hover {color:#666; text-decoration:none; font-size:15px;}

#tablebox .linki .select {text-decoration:underline; font-weight:bold;}

#content div.tekst {
	padding: 15px;
	color:#000;
}

#content div.tekst ul, #content div.tekst ol {
	margin: 15px 25px;
}

#content div.tekst ul li {
	list-style: disc;
}

#content div.tekst ol li {
	list-style: decimal;
}

.uwaga {
	margin-right:10px;
	color:#6E1312;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.tytul {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align:left;
}

/*.tekst {
	color:#000;
}*/
#tab_menu_nieaktywne {
	background: #F5F5F5;
	color: #666;
}

#tab_menu_aktywne{
	background: #F5F5F5;
}

#tab_menu_aktywne a{
	text-decoration: underline;
	color: #666;
}

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

.linkk a{
	text-decoration: underline;
	color: #999;

}

.linkk a:hover{
	text-decoration: none;
	color: #999;
}

.validation-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-family:Tahoma;
	font-size:11px;
}