
div.fp_obsah {
	padding: 0px;
	margin-top: 20px;
	padding-left: 30px;
	float: none;
	clear: both;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #3380ad;
	border-bottom: 2px solid #3380ad;
	border-top: 2px solid #3380ad;
	
}

div.fp_obsah form {
	padding: 0px;
	margin: 0px;
}

div.fp_obsah h3 {
	padding: 0px;
	margin: 0px;
	font-size: small;
}

div.o div.fp_obsah tr td {
	border: 0px;
	vertical-align: top;
}

td.nastred {
	text-align: center;
}

span.povinne {
	color: #FF0000;
}

.hide {
	display: none;
}

input.text {
	background-image: url(../obrazky-web/bg-input.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	width: 175px;
	margin-top: 5px;
}

textarea.dotaz {
	width: 450px;
	border: 1px solid #999999;
	margin-top: 5px;
}

td {
	vertical-align: top;
}

div.chyby a, div.potvrzeni a, div.upozorneni a {	
	margin-top: 15px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

div.chyby, div.upozorneni {
	border: 2px solid #FF0000;
	background-color: #ffa4a4;
	position: absolute;
	top: 0px;
	width: 500px;
	left: 200px;
	padding: 10px;
	font-size: small;
	font-weight: bold;
}

div.potvrzeni {
	border: 2px solid #00ff02;
	background-color: #cbff99;
	position: absolute;
	top: 0px;
	width: 500px;
	left: 200px;
	padding: 10px;
	font-size: small;
	font-weight: bold;
}

div.chyby ul {
	padding-left: 15px;
	list-style: square;
}

div.chyby ul li {
	line-height: 150%;
	padding: 0px;
}

div.chyby img, div.potvrzeni img, div.upozorneni img {
	border: 0px;
	background-color: transparent;
}

