.infowarning
	{
	color: #FF0000;
	}
	
.formbutton
	{
	background-color: #C0003B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	}

.formbutton:hover
	{
	background-color: #004375;
	}
	
.forminput
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.tabela
	{
	}

.nieparzyste
	{
	background-color: #FFFFFF;
	}

.parzyste
	{
	background-color: #FBFBFB;
	}

.tabela td
	{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	}

.naglowek-tabeli
	{
	background-color: #004375;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	}

.white
	{
	color: #FFFFFF;
	}
