/* CHYBOVA HLASENI */
.error {
	-moz-border-radius: 15px;
	padding: 15px 30px;
	border: 2px solid red;
	background: #fdd;
	
	font-size: 120%;
	font-weight: bold;
	color: black;
	font-family: Tahoma, Serif;
}

.strong { font-weight: bold; }
.clear { clear: both; }
.clear_hide { clear: both; font-size: 1px; }
.right { text-align: right !important; }
.center { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
.hidden { display: none; }



/* FORMULARE */
fieldset {
	background: #E9DAA3;
	#background: none;
	border: 2px solid #DBA266; 
}

input[type='text'], textarea {
	border: 1px solid #C7A08D;
}
input[type='submit'], input[type='reset'], input[type='button'], button {
	background: #DBA266;
	border: 1px solid white;
	border-bottom-color: #604031;
	border-right-color: #604031;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px 15px;
}
/* konec FORMULARE */

a img { border: 0; }
