html, body {
	margin: 0px;
	padding: 0px;
}

#thanks h1 {
	display: none;
}

#thanks {
	background: transparent url(images5/newsletter_thanks_bg.jpg) no-repeat top left;
	width: 387px;
	height: 81px;
}

#failed {
	background: transparent url(images5/failed.jpg) no-repeat top left;
	width: 387px;
	height: 81px;
}

#form {
	background: transparent url(images5/newsletter_form_bg.jpg) no-repeat top left;
	width: 387px;
	height: 81px;
	position: relative;
}

#form form {
	position: absolute;
	top: 10px;
	left: 201px;
	margin: 0px;
	padding: 0px;
}

#form form input {
	color: #666;
	display: block;
	margin: 3px 0px 3px;
	padding: 1px 1px;
	line-height: 13px;
	border: 0px;
	height: 14px;
	width: 98px;
	font-size: 10px;
}

html>body#form form input {
	margin: 3px 0px 5px ;
	height: 16px;
}

:root #form form input {
	margin: 3px 0px 4px;
	height: 15px;
}

#form a {
	display: block;
	height: 18px;
	width: 75px;
	position: absolute;
	top: 24px;
	left: 105px;
}

#form a span {
	display: none;
}
