body {
	font-family: Tahoma;
	font-size: 10pt;
}

td.left_menu {
	border: 1px solid;
	border-bottom-color: rgb(0, 0, 0);
   	border-right-color: rgb(0, 0, 0);
   	border-left-color: rgb(0, 0, 0);
   	border-top-color: rgb(0, 0, 0);
	padding: 2pt;
	text-align: right;
	width: 130;
	height: 25;
	font-size: 8pt;
	background: rgb(255, 255, 255) url(./images/menu.gif) no-repeat;
}

a {
	font-size: 10pt;
	color: red;
	text-decoration: none;
}

a:hover {
	color: rgb(160, 0, 0);
	text-decoration: underline;
}

.small {
	font-size: 8pt;
}

.nadpis {
	font-size: 14pt;
	font-weight: bold;
}

input.button {
	background-color: white;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
	border: 1pt black solid;
}

.message {
	color: red;
	font-weight: bold;
}