html, body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

#realBody {
	margin: 0 auto;
	width: 625px;
	text-align: justify;
	background-color: #ffffff;
}

a, a:visited, a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: #007700;
}

.left { float: left; width: auto; }

.clear { clear: both; }

.none { display: none; }

h1 {
	font-size: 20px;
	text-align: center;
}

.stopka {
	text-align: right;
}

.warning {
	color: #c63232;
}

.header {
	text-align: center;
	margin: 0 auto;
	width: 625px;
}

.header .hbutton {
	display: inline;
	margin: 0 20px;
}

.header .hbutton input {
	font-size: 11px;
	background-color: #f1f1f1;
	border: 1px solid #b5c7d9;
	color: #153b63;
	text-align: center;
	width: 100px;
	padding: 1px;
}

.valid {
	float: left;
	width: auto;
}

.valid a img, a img {
	border: 0;
}