/* Newsletter module common css */
.mainnewsletter {
font-family : Verdana, Arial, Helvetica, sans-serif;
margin : 0;
padding : 0;
font-size : 92%;
color : #6c023e;
text-align:justify;
}
.mainnewsletter p {
	text-align:justify;
}
.newsletterbutton {
	/*width:100%;*/
	border:0px solid #6c023e;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#6c023e;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #6c023e;
	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:#6c023e;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #e496c8;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #6c023e;
	border-left: 2px solid #6c023e;
	border-right: 2px solid #6c023e;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #e496c8;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #e496c8;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}