/*Newsletter module common css*/
DIV#leftcolumn DIV.module DIV DIV DIV H3
{
	color: #FF0000;
	margin-bottom: -2px;
	/*[disabled]margin-top:-28px;*/
	#margin-bottom: 3px;
}
.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: 1px solid #FF0000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-color: #FF0303;
}
.newsletterbutton P
{
	text-align: center;
}
.newsletterbutton A#toggle, .newsletterbutton P A.highslide
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14pt;
	margin-left: 0px;
}
/*Mootols style*/
#subscribelayout
{
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
/*margin-top:5px;*/
	padding-top: 10px;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background-color: #FBFB61;
}
#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;
}
.mainnewsletter .normalsublayout
{
	background-color: #A52222;
}

