/* Newsletter module common css */
.mainnewsletter {
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	/*	border:1px solid red;*/
	text-align: center;
}
.mainnewsletter p {
	text-align: center;
}
.newsletterbutton {
	/*width:100%;*/
	font-weight: bold;
	text-align: center;
}
.newsletterbutton p  {
	text-align: center;
}
.newsletterbutton a#toggle, 
.newsletterbutton p a.highslide{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: transparent url(../../../templates/ggo/images/menu-newsletter.png) no-repeat scroll center top;
	height: 37px;
	width: 230px;
	text-indent: -9999px;
}
/* Mootols style */
#subscribelayout {
	background: #575A49 none repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	margin: 5px;
	text-align: center;
}
.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;
}