/* Newsletter module common css */
.mainnewsletter { 
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:center;
} 
.mainnewsletter p {
	color: #fff;
	font-weight: normal;
	margin: 15px 10px;
	text-align:center;
}
.newsletterbutton { 
	font-weight:bold; 
	text-align:center; 
}
.newsletterbutton p  { 
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{ 
	font-weight:bold; 
	color:#009900; 
	text-decoration:none; 
}
 /* highslide*/
.newsletterbutton_highslide {
	border: 0px solid #000000; 
	font-weight:bold; 
	text-align:center; 
	padding-top:5px;
 }
.newsletterbutton_highslide p  { 
	text-align:center; 
}
 .newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{ 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
}  
/* Mootols style */ 
#subscribelayout { 
	background: #151515 url(../images/panelBottom4.gif) no-repeat scroll left bottom;
	color: #92939D; 
	font-size:12px; 
	font-weight:normal; 
	padding-bottom: 20px;
} 
#subscribelayout p, .highslide-body p, .normalsublayout p{ 
	text-align:center; 
	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;
}