input, select, textarea {
    font-size: 12px;
	padding: 2px;
	border: 1px solid black;
}

input, textarea {
	
}

option {	padding: 2px;}
.vyber  {	background: #EDEEE2 !important;	font-weight: bold;} /* pro 1. option *//*input:focus, textarea:focus{	background: #FFFFE1;}*/
fieldset {
	border: 1px solid black;	
	position: relative;
	background-color: #F2ECE5;
	margin: px 10px 12px 0px;
	padding: 14px 14px 15px 14px;
}

#DOMWindow fieldset {
	margin: 0px;
}

fieldset.clear {
	clear: both;
}

/*form .fleft {
	width: 4%;
}*/

form .column fieldset {
	width: 98%;
	/*min-width: 350px;*/
	margin: 0px 2% 3% 0px;
	padding: 1.1% 1.2% 1.5% 1.2%;
}
	
legend {	margin: 0px 20px; padding: 7px;	font-size: 1.15em; font-weight: bold;	position: relative;}

.delka1 {width: 22px;}
.delka2 {width: 44px;}
.delka3 {width: 250px;}
.delka4 {width: 99%;}
.delka-date {width: 80px; }
.delka-cena {width: 70px;}

.vyska1 {height: 50px;}
.vyska2 {height: 150px;}
.vyska3 {height: 250px;}
.vyska4 {height: 500px;}

input.potvrd {
	height: 25px;
    border: 1px #888888 solid;
    background: #cacaca;
    font-weight: bold;
    color: black;
    cursor: pointer;
	width: 150px;
}

table.formular {	
	border-collapse: collapse;	
	border: none; 
	width: 100%;	
	text-align: left;
	margin: 0px 0px 1% 0px;
	min-width: 420px; /* 420 - 15*15 (margin fieldset) */
}

table.formular td, 
table.formular th {
	padding: 4px 0px 4px 4px;	
	border: none; 
	vertical-align: top;
	
}

table.formular th label {
	position: relative;
}

table.formular th {	
	padding: 7px 4px 7px 0px;
	vertical-align: top;	
	width: 25%;
}

table.formular thead td {
	background-color: #673C10;
	color: white;
	font-weight: bold;
}

table.formular .radek-tlacitko {	
	text-align: center; vertical-align: middle !important;  	
	background-color: #C3D69B; 
}
table.formular .radek-tlacitko input {	margin-right: 30px; }


fieldset h4 {
	border-bottom: 2px solid #986530;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 7px;
}

fieldset h5 {
	border-bottom: 1px solid #986530;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 7px;
}


table.formular tr td.tinymce {
	padding: 0px;
}

table.formular tr td.tinymce label {
	float: none;
}

table.formular tr td.tinymce h4 {
	margin: 6px 0px 8px 0px;
}

table.formular tr td.tinymce textarea {
	float: none;
	display: block;
	width: 100%;
}

/*fieldset*/ input[type="submit"], /*fieldset*/ input[type="button"] {
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px 5px 8px;
	letter-spacing: 1px;
}

/*fieldset*/ input[type="submit"]:hover, /*fieldset*/ input[type="button"]:hover {
	background-color: #673C10;
	color: white;
	cursor: pointer;
	_cursor: hand;
}



fieldset input[type="submit"], fieldset input[type="button"] {
	position: relative;
	left: 25%;
	margin-left: 4px;
}

fieldset input[type="submit"]:hover, fieldset input[type="button"]:hover {
}

fieldset div.center {
	text-align: center;
}

fieldset div.center input[type="submit"], fieldset div.center input[type="button"] {
	left: 0%;
}



span.hvezda {
	color: red;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	/*top: 2px;*/
	top: -4px;
	margin-left: -10px;
}



fieldset ul.hlaseni {
	margin: 4px 10px 0px 16px;
	padding: 0px;
}

fieldset ul.hlaseni li {
	color: red;
}

.buttons-center {
	text-align: center;
	margin: 5px 0px 8px 0px;
}