/*Newsletter module common css*/
.mainnewsletter
{
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
/*border:1px solid red;*/
}
.mainnewsletter P
{
	text-align: center;
}
.newsletterbutton
{
/*width:100%;*/
	border: 1px solid #A0A89C;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-color: #A1A99D;
}
.newsletterbutton P
{
	text-align: center;
}
.newsletterbutton A#toggle, .newsletterbutton P A.highslide
{
	font-weight: bold;
	color: #F5F5F5;
	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 #A0A89C;
	border-left: 2px solid #A0A89C;
	border-right: 2px solid #A0A89C;
}
#subscribelayout P, .highslide-body P, .normalsublayout P
{
	text-align: center;
	padding-top: 10px;
	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;
}
