/* Newsletter module common css */
.mainnewsletter {
	width:250px;
	font-family:Arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
	color:#fff;
}
.newsletterbutton {
	/*width:100%;*/
	
	font-weight:bold;	
	
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:left;
		width:230px;
		padding-left:20px;
		color:#fff;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;	
	color:#fff;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	background:transparent;
	color: #fff;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	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;
}
#toggle{
color:#FFFFFF

}
.button{
background-color:#000000;
border:0;
padding:5px;
color:#FFFFFF;

}