/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	color:#5B3281;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;	text-align:center;/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border:1px solid #A45DD0;
	text-align:center;
	padding-top:0px;
	height: 20px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#000000;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	color: #92939D;
	font-size:10px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}
