@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:verdana, arial;
	font-size:12px;
	background-color:#0b5c05;
	background-image:url(../images/main_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto;
	width:100%;
	background-image:url(../images/content_container_bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#content_container {
	margin:0 auto;
	width:100%;
	color:#000;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#content {
	margin:0 auto;
	width:990px;
	height:1190px;
	position:relative;
}

#form {
	left:210px;
	position:absolute;
	top:850px;
}

#form_table {
	padding:10px;
	margin-top:20px;
	background-image:url(../images/form_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#form a, #form a:visited {
	color:#125A2C;
}

#form a:hover {
	color:#1A8F43;
}

td.formfields {
	font-size:11px; 
	font-weight: bold;
}


input {
	font-size:11px;
}

select {
	font-size:11px;
}

#thankyou {
	margin:0 auto;
	width:990px;
	height:900px;
	position:relative;
}

#error {
	margin:0 auto;
	width:990px;
	height:900px;
	position:relative;
}

#thankyou_msg, #error_msg {
	width:453px;
	height:80px;
	background-color:#060;
	position:absolute;
	top:174px;
	left:255px;
	padding:20px 10px 10px;
	color:#fff;
	font-size:20px;
	text-align:center;
}

#thankyou #footer, #error #footer {
	top:880px;
}

#footer {
	color:#000000;
	font-size:10px;
	left:210px;
	position:absolute;
	top:1160px;
}

#footer a, #footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}