*, html, body {
	margin:0;
	padding:0;
}
body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
}

#page {width:1000px;text-align: center;margin-left: auto; margin-right: auto;background-color: gray}
#articles {width:1000px;text-align: justify;margin-left: auto; margin-right: auto;}
table.letak {width:1000px; border-collapse: collapse; border: none}
table.letak td { padding: 0px}
table.letak a img { border:none; }
.footerimg {float: left}
ul.error {list-style-type: none; padding: 0px!important; margin:0px!important}
ul.error li {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

table.form td {text-align:center}
table.form h2 {text-align:center; font-size: 30px; color:white; font-weight: bold}
table.form input.text {font-size: 25px; padding:5px}
table.form input.car {width:450px}
table.form {font-size:22px}
table.form input.submit {border:1px solid black;font-size:22px; padding:5px; margin:10px; text-transform: uppercase}


h1 {
	font-size: 36px;
	color: white;
	padding: 5px;
}

p.h2 {
	font-size: 28px;
	padding: 5px;
}

p {
	padding: 5px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}
#page-footer {text-align: center}
