/*Newsletter module common css*/
.mainnewsletter
{
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
/*border:1px solid red;*/
}
.mainnewsletter P
{
	text-align: center;
}
.newsletterbutton
{
/*width:100%;*/
	border: inherit solid #000000;
	font-weight: bold;
	text-align: center;
}
.newsletterbutton P
{
	text-align: center;
}
.newsletterbutton A#toggle, .newsletterbutton P A.highslide
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*highslide*/
.newsletterbutton_highslide
{
/*width:100%;*/
	border: 0px solid #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.newsletterbutton_highslide P
{
	text-align: center;
}
.newsletterbutton_highslide A#toggle, .newsletterbutton_highslide P A.highslide
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*Mootols style*/
#subscribelayout
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
/*margin-top:5px;*/
	padding-top: 10px;
}
#subscribelayout P, .highslide-body P, .normalsublayout P
{
	text-align: center;
	padding-top: inherit;
	font-weight: bold;
}
.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;
}
