body {
	font-family: Arial, Helvetica, sans-serif
}

.wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#leftcolumn {
	width: 200px;
	float: left;
}

#rightcolumn {
	width: 400px;
	float: left;
}

#titlediv {
	text-align: center;
}

.label {
	line-height: 30px;
}

.labelTextField {
	line-height: 130px;
}

.component {
	line-height: 30px;
}

.componentTextField {
	width: 350px;
	height: 130px;
}

.htmltext {
	margin-top: 1em;
	margin-left: -200px;
}

.otaznik {
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 1.1em;
	height: 1.1em;
	padding: 0.25em;
	background: lightblue;
	border: 0.1em none #666;
	color: black;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
}

.helpbox {
	display: none;
	position: absolute;
	background: lightblue;
	padding: 5px;
	border: 1px solid black;
}

.otaznik a {
	text-decoration: none;
	color: black;
	cursor: default;
}

a:hover+.helpbox {
	display: block;
}
