/* Newsletter module common css */

.mainnewsletter {
	float: left;
	width:100%;

	font-family:Arial;

	font-size:14px;

	color:#000000;

	font-weight:bold;

	text-align:left;

/*	border:1px solid red;*/

}

.mainnewsletter p {
	float: left;
	text-align:left;

}

.newsletterbutton {
	float: left;

	/*width:100%;*/

	border:5px solid #000000;

	font-weight:bold;	

	text-align:center;	

}

.newsletterbutton p  {
	float: left;
	text-align:center;

}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	float: left;
	font-weight:bold;	

	color:#000000;

	text-decoration:none;

}

/* Mootols style */

#subscribelayout {

	float: left;
	color: #92939D;

	font-size:12px;

	font-weight:normal;

	/*margin-top:5px;*/


}

#subscribelayout p, .highslide-body p, .normalsublayout p{
	float: left;
	text-align:center;


	font-weight:bold;

}

.highslide-body p{
	float: left;
	color: #92939D;

}



/* Normal style */

.normalsublayout {
	float: left;

	color: #92939D;

	font-size:12px;

	font-weight:normal;


	border: none;

}