#newsletter {
	width: 422px;
	padding: 20px;
	background-color: #FF7300;
}

#newsletter p {
	padding-bottom: 0;
	margin-left: 0;
}

#newsletter span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}

form label, form input.longtext {
	font-size: 11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

form label {
	font-weight: bold;
	color: #161D70;
}

form input { border: none; }

form input.longtext {
	color: #323232;
	background-color: #FF8400;
}

form input.name { width: 125px; }
form input.email { width: 185px; }

form input.button {
	margin-top: 5px;
	background-color: #FFFFFF;
}

#content ul.error li { color: #FF8400; }