/* Newsletter module common css */
.mainnewsletter {
	font-size:13px;
	color:#000000;
}
.mainnewsletter p {
}
.newsletterbutton {
height: 28px;
width: 200px;
background:url(http://www.ecoazores.com/templates/ecotemp/images/nletter.gif);
background-position: right;
background-repeat: no-repeat;
}
.newsletterbutton p {
color: white;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:white;
	text-decoration:none;
padding-left: 80px;
line-height: 24px;
}
/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}

