/* Newsletter module common css */
.mainnewsletter {
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	font-size: 12px;
	background-color: #C00;
	color:#FFF;
	font-weight:bold;	
	text-align:center;	
}
.newsletterbutton p  {
	text-align:center;
	padding: 3px;
	border: 0px;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;	
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
/* Mootols style */
#subscribelayout {
	color: #FFF;
	font-size:12px;
	font-weight:normal;

}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:0px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

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