@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #cbf4f6;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 770px;
	margin: 0 auto;
	background-color: #44a01b;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 332px;
	position: relative;
}
#header a {
	position: absolute;
	height: 17px;
	width: 169px;
	top: 7px;
	left: 12px;
}
#middle {
	height: 83px;
	background-color: #4fb3e2;
}
#middle p {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
#middle-orange {
	height: 31px;
	background-color: #eca50c;
}
#left {
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
}
form {
	font-size: 13px;
	color: #ffffff;
}
#right {
	float: right;
	background-color: #4fb3e2;
	margin: 0;
	padding: 23px 17px 28px 23px;
	width: 440px;
	line-height: 18px;
	text-align: justify;
}
#right h1 {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	margin: 0;
	padding: 0;
}
#right p {
	color: #fff8fb;
	font-size: 14px;
	font-weight:normal;
	margin: 15px 17px 20px 0;
}
#footer {
	height: 35px;
	clear: both;
	background-color: #cbf4f6;
	position: relative;
}
#copy {
	font-size: 12px;
	font-weight:bold;
	color: #474747;
	position: absolute;
	top: 11px;
	left: 322px;
}

span.p { height: 10px; display: block; }
select.error, input.error { border:1px solid #FF0000; background-color: #ffc4b1; }
.errorMessage { color: #fff604; }