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

/* Normal style */
.normalsublayout { color: black; font-size:10pt; font-weight:normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top:5px; padding-top:10px; border-style: none; }