/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:21px;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	font-weight:bold;
	text-align:center;
	background:#E9003F url(/nathanmoore/components/com_kunena/template/default_ex/subred.png) repeat-x scroll 0 0;
	height:28px;
line-height:28px;
}
.newsletterbutton p  {
	text-align:center;
	margin:6px 0;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:6px 60px;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	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 {
	color: #000;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #E9003F;
	border-left: 2px solid #E9003F;
	border-right: 2px solid #E9003F;
	background:#FFFFFF url(/nathanmoore/templates/rt_hyperion_j15/images/maincol-top-bg.png) repeat-x scroll 0 0;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	border: none;
}
