* {
margin:0;
padding:0;
}

html {
   background: url(../images/bodybg.gif) #352c22;
}

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 22px;
   font-weight: normal;
   background: url(../images/woodbg.jpg) transparent 50% 50% no-repeat scroll;
}

.clearboth {
display: block;
clear: both;
line-height: 1px;
height: 1px;
}

div {
   font-size: 1em;
}

a img {
   border: 0;
}

#content {
	width: 964px;
	height: 519px;
	padding: 24px 21px;
	margin: 0 auto;
	background: transparent url(../images/contentbg.png) no-repeat 50% 50% scroll;
}

#content table {
	margin: 64px auto; 
	width: 870px;
}

#content table td {
	text-align: center;
}

.brown {
	color: #4f4030;
}

.submit input, .submit label {
	float: left;
	clear: none;
	display: block;
}

.submit label {
	width: 70px;
	text-align: right;
	line-height: 18px;
	color: #4f4030;
	margin-right: 6px;
}

input#fields_email {
	border: 1px solid #666666;
	width: 240px;
	color: #4f4030;
	padding: 0 3px;
	height: 17px;
	margin: 0 6px 0 0;
}

#errors {
	clear: both;
	height: 22px;
}

#response {
	clear: both;
	margin-top: 6px;
}
	
