body {
	font-family:arial, sans;
	color:#333;
	margin:0 auto;
	/*background:#86C9EF;*/
}
a {	color:#005DB1; }
img { border: 0 }
#main {
	width:880px;
	margin:2em auto;
	padding:5px;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#content {
	clear:both;
	width:100%;
	border-top:1px solid #efefef;
	top:-30px;
	position:relative;
	z-index:1000;
}
small {
	color:#999;
}
.small {
	font-size:14px;
	font-weight:normal !important;
}
label {
	width:160px;
	display:block;
	float:left;
}
#header {
	/*background:url(http://www.sxc.hu/pic/m/c/ci/cieleke/1016295_party_balloons.jpg) no-repeat;*/
	
}
#header span {
	position:relative;
	top:-20px;
}

#navi {
	position:relative;
	top:-15px;
	background:#DDE1EA;
	font-size:13px;
}
#navi p {
	padding:7px;
}
#navi a {
	margin-right:10px;
	font-weight:bold;
}
.footer {
	clear:both;
	font-size:11px;
	/*border-top:1px solid #ccc;*/
	margin-top:100px;
	padding-top:10px;
	/*background:#eee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	border-top:1px solid #efefef;
}
.footer a {
	margin-right:10px;
}
.footer a:hover {
	text-decoration:underline;
}
h1 a {
	text-decoration:none;
}
h2 {
	color:#54494C;
}
form {
	margin:0;
	padding:0;
	line-height:180%;
}
.error {
	font-weight:bold;
	color:#ff0000;
}
input {
	font-size:16px;
}
.spacer {
	clear:both;
	height:10px;
}
input[type="submit"] {
	cursor:pointer;	
}
.centered {
	width:430px;
	margin:0 auto;
}
