#content {
	background-image: url(/images/newsletter/background.jpg);
	background-repeat: no-repeat;
	min-height: 609px;
	_height: 609px;
	position: relative;
	font-size: 1.2em;
}

#left {
	position: absolute;
	left: 58px;
	top: 73px;
	width: 375px;
	height: 470px;
}

table { 
	width: 100%;
}

th {
	text-align:right;
	vertical-align:top;
	width:35%;
	padding: 4px;
}

td {
	padding: 4px;
}

#left input, textarea, select {
	background-color:#FAF6E9;
	border:1px solid #958269;
	padding:2px;
	width: 250px;
}

.required {
color:#CC0000;
font-size:1.1em;
}

a#privacy {
	width: 166px;
	height: 42px;
	display: block;
	position: absolute;
	left: 713px;
	top: 410px;
}

a#privacy:hover {
	background-image: url(/images/newsletter/privacy_policy_active.png);
}