body
{
	margin: 0px;
	background-color: #e1650d;
	background-image: url("http://www.activeearthnewzealand.com/images/header.gif");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: verdana;
	font-size: 90%;
}

h1
{
	font-size: 90%;
}

a
{
	color: #e1650d;
}

#container
{
	position: absolute;
	left: -320px;
	width: 100%;
	height: 100%;
}

#content
{
	margin-top: 100px;
	position: absolute;
	padding: 20px;
	left: 50%;
	width: 600px;
	background-color: #695d54;
	color: white;
	text-align: center;
}

td
{
	padding-bottom: 10px;
}

td, input, select, textarea, checkbox
{
	font-family: verdana;
	font-size: 80%;
	color: black;
	vertical-align: middle;
}

form
{
	background-color: white;
	padding: 10px;
	width: 580px;
	color:black;
	text-align: left;
}

.required
{
	color: red;
}
