/* 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; }



a img { border: 0; }
