/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-size: smaller;
	color:#000000;
	text-align: justify;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align: justify;
}
.newsletterbutton {
	/*width:100%;*/
	display: block;
	width: 126px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-weight: bold;
	padding-top:2px;
	background: url(graphics/button.png) no-repeat 50% 0;
}
.newsletterbutton p  {
	text-align:center;
	width: 126px;
	background: url(graphics/button.png) 0 0 no-repeat;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{	
	color: #E32B00;
	text-decoration: none;
	font-weight: bold;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide:hover{	
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* 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;
}
.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;
}