/* Newsletter module common css */
.mainnewsletter { width:100%; font-family:Arial; font-size:14px; color:#000000; text-align:center; margin-top: 5px; margin-right: 0; margin-bottom: 5px;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	
}
.newsletterbutton {
	/*width:100%;*/
	text-align: right; float: right; border:solid 5px #000000; padding-top:5px; }
.newsletterbutton p  { text-align: right; float: right; }
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#000000;
	text-decoration:none;
}

/* highslide*/
/*.newsletterbutton_highslide {
	/*width:100%;*/
/*	border:solid 0 #000000;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	color:#fefefe;
	text-decoration:underline;
}*/
/* Mootols style */
#subscribelayout {
	background: #ffffff;
	color: #92939d;
	font-size:12px;
	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;
}
.highslide-body p{
	color: #92939D;
}

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