#newsletter  {
	float: right;
	margin-top: 410px;
	width: 215px;
	height: 135px;
	overflow: hidden;
}


fieldset  {
	border: none;
	margin: 0px;
	padding: 0px;
}

#nlheader  {
	margin-left: 50px;
	width: 100px;
	height: 34px;
	overflow: hidden;
}

div.label  {
	float: left;
	clear: both;
	width: 45px;
	text-align: right;
	color: #979288;
	margin-top: 7px;
	margin-right: 5px;
	overflow: hidden;
}

div.input  {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}

div.input input  {
	background-color: #cdc9c5;
	border: none;
	font-size: 12px;
	padding-left: 4px;
	width: 146px;
	height: 20px;
	color: #6b665e;
}

div.select  {
	float: left;
	margin-bottom: 2px;
	overflow: hidden;
}

div.select select {
	background-color: #cdc9c5;
	border: none;
	font-size: 10px;
	text-transform: lowercase;
	width: 150px;
	height: 20px;
	color: #6b665e;
}

div.select option {
	padding: 2px;
	text-transform: lowercase;
	color: #6b665e;
}

div.submit  {
	clear: both;
	margin-left: 42px;
	margin-top: 5px;
}
