form.newsletter-main-form {
	height: 29px;
	overflow: hidden;
	position: relative;
	width: 230px;
	
	background: url(../../../img/components/newsletter_signup/background.gif) 0 0 no-repeat;
}

form.newsletter-main-form input{
	border: 0px;
	height: 25px;
	outline: 0;
	padding: 2px 7px;
	position: absolute;
	top: 0px;
	z-index: 20; 
	
	background: transparent;
	line-height: 25px;
	
}
form.newsletter-main-form input.text{
	left: 0px;
	width: 139px;
}
form.newsletter-main-form input.submit{
	left: 153px;
	width: 63px;
}
form.newsletter-main-form label{
	left: 10px;
	position: absolute;
	top: 7px;
	z-index: 30;
	color: #aaa;
}

a.newsletter-button:link,
a.newsletter-button:visited,
a.newsletter-button:hover {
	border: 0px;
	display: block;
	height: 17px;
	outline: 0;
	padding: 6px 0px;
	width: 180px;
	
	background: url(../../../img/components/newsletter_signup/button.gif) 0 0 no-repeat;
	color: white;
	font-weight: bold;
	line-heigt: 17px;
	text-align: center;
	text-decoration: none;
}
.newsletter-main-message {
	padding: 10px 5px;
	text-align: center;
}
