/* Newsletter module common css */
div.moduletable .mainnewsletter {
	width: 100%;
	font-family: Arial;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	text-align :center;
/*	border:1px solid red;*/
}

div.moduletable .mainnewsletter p {
	text-align: center;
}

div.moduletable .newsletterbutton {
	/*width:100%;*/
	border: 2px solid #F7F7F7;
	font-weight: bold;	
	text-align: center;	
	padding: 2px;
}

div.moduletable .newsletterbutton p  {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0076cc;
}

div.moduletable .newsletterbutton a#toggle, div.moduletable .newsletterbutton p a.highslide{
	font-weight: bold;	
	color: #0076cc;
	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;
}

div.moduletable .highslide-body p {
	color: #92939D;
}

/* Normal style */
div.moduletable .normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 10px;
	border: none;
}