/* Newsletter module common css */
.mainnewsletter  { color: orange; font-size: 12px; font-family: Arial; font-weight: normal; text-align: center; width: 100% }
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton  { font-weight: bold; text-align: center; padding-top: 5px; border-style: solid solid solid none; border-width: 1px; border-color: orange }
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide { color: orange; font-weight: normal; text-decoration: none }
/* Mootols style */
#subscribelayout  { color: #92939d; font-size: 12px; font-weight: normal; background: #ffffff; padding-top: 10px; border-right: 1px solid orange; border-bottom: 1px solid orange; border-left: 1px none orange }
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	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;
}
