@charset "windows-1250";
@import url('general.css');
/**
 * Styly pro chyby
**/
body {
	background-color: #FFFFFF;
}
div#error {
	margin: 30px 20%; 
	font: 90% Helvetica, sans-serif, arial;
	width: 60%;
}
div#error h1 {
	margin: 0;
	background: #fff url('../images/error.gif') 0 0 no-repeat;
	height: 60px;
	padding-left: 60px;
	padding-top: 10px;
}
div#error table {
	border: 2px solid #FBDC1B;
}
div#error table tr#top {
	background: #FFF08F;
	font: bold 100% arial;
}
div#error table td {
	border-width: 1px 0;
	border: 1px solid #FBDC1B;
	padding: 5px;
}
div#error div#bottom {
	margin-top: 30px;
}
