/* 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 */
input[type='text'], textarea {
	border: 1px solid #BBBBFF;
}
input[type='submit'], input[type='reset'], input[type='button'], button {
	background: #B0BEFF;
	border: 1px solid white;
	border-bottom-color: #7D94FF;
	border-right-color: #7D94FF;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px 15px;
}
/* konec FORMULARE */

a img { border: 0; }

/* 
table thead th {
	-moz-border-radius: 7px;
	background: #D3D3FF;
	padding: 5px;
}
table tbody td {
	-moz-border-radius: 7px;
	background: #F0F0FF;
	padding: 2px 10px;
}
table tbody th {
	-moz-border-radius: 7px;
	background: #ECECFF;
	padding: 2px 10px;
}
*/


