BODY {
	margin: 0px;
	background-color: #ffffff;
	font-family: sans-serif, Tahoma, Arial;
}
A:visited, A:link, A:active {
	color: #4050ab;
	text-decoration: underline;
}
A:hover {
	color: #5469e0;
	text-decoration: underline;
}
INPUT.tlacitko {
	font-size: 16px;
	cursor: pointer;
	padding: 15px 60px 15px 60px;
	color: #fafafa;
	background: #a0a0a0;
	border: 1px solid #ffffff;
}
INPUT.tlacitko:hover {
	background-color: #4050ab;
	color: #ffffff;
}

.tb_hp {
	border: none;
	margin: 0 auto;
}
.tb_hp TD {
	border: none;
	padding: 20px;
	text-align: center;
	vertical-align: center;
}
.tb_hp TD.td_big {
	padding-top: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
}

.table_login {
	border: none;
}
.table_login TH {
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	padding: 2px 5px;
}
.table_login TD {
	font-size: 14px;
	text-align: left;
	padding: 2px 5px;
}
.table_login INPUT {
	font-size: 19px;
	width: 200px;
}
