body {
	font: 15px Arial;
	background-image: url(../images/bgr.jpg);
	background-repeat: no-repeat;
}
.small {
	font-size: 10px;
	color: #666666;
}
.error {
	color: red;
	font-weight: bold;
	text-align: center;
}
.ok {
	color: green;
	font-weight: bold;
	text-align: center;
}
#form label, .label {
	font-size: 13px;
}
#form #souhlas, #form #muz, #form #zena {
	width: auto;
}
#form input, #form select {
	width: 240px;
}

