/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	background: #ffffff;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:left;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	text-align:center;	
}
.newsletterbutton p  {
	text-align:left;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#000000;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	background: #ffff00;
	color: #92939D;
	font-size:12px;
	/*margin-top:5px;*/
	border-bottom:none;
	border-left:none;
	border-right:none;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:left;
}
.highslide-body p{
	color: #000;
}

/* Normal style */
.normalsublayout {
	background: #ffffff;
	color: #000;
	font-size:12px;
	border: 2px;
}
