* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

#newsletter-wrapper {
	background: #155360 url(../images/newsletter_bg.jpg) no-repeat 0px 0px;
	width: 229px;
	height: 22px;
	padding-top: 24px;
	font-size: 1em;
	position: relative;
}

form input {
	border: 1px solid #888;
	width: 88px;
	padding: 2px;
	vertical-align: middle;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #444;
}

#newsletter-name {
	position: absolute;
	left: 0px;
	top: 25px;
}

#newsletter-email {
	position: absolute;
	left: 99px;
	top: 25px;
	width: 106px;
}

h2 {
	position: absolute;
	top: 1px;
	left: 1px;
}

p {
	color: #8bdaeb;
	width: 123px;
	position: absolute;
	top: 0px;
	left: 100px;
	font-size: 1em;
	line-height: 1.1em;
}

form p {
	position: static;
	width: auto;
}

#newsletter-submit {
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 214px;
	top: 26px;
	width: 15px;
	height: 15px;
}

h2 span,
label {
	position: absolute;
	left: -9999em;
	display: inline;
}

a img {
	border: 0px;
}

/* = SUCCESS
-------------------------------------------------*/

#success {
	position: absolute;
	top: 27px;
	left: 37px;
}

/* = ERROR
-------------------------------------------------*/

#try-again {
	position: absolute;
	top: 27px;
	left: 63px;
}