/* Newsletter module common css */

.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:3em;
	color:#FFF;
	font-weight:bold;
	text-align:center;/*	border:1px solid red;*/
}

.mainnewsletter p {
	text-align:center;
	
}

.newsletterbutton {
	/*width:100%;*/



	font-weight:bold;
	text-align:center;
	padding-top:0px;
	background-image: url(graphics/button.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 72px;
	width: 280px;
}

.newsletterbutton p  {
	text-align:center;
	padding-top: 22px;
}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{

	font-weight:bold;

	color:#fff;
	text-shadow: 1px 1px 1px #666;
   
	text-decoration:none;

}



/* highslide*/

.newsletterbutton_highslide {
	/*width:100%;*/

	border:0px solid #000000;
	font-weight:bold;
	text-align:center;
	background-image: url(graphics/button.jpg);
	height: 72px;
	width: 280px;
	padding: 0px;
}

.newsletterbutton_highslide p  {
	text-align:center;
	padding-top: 22px;
	color: #FFF;	

}

.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{

	font-weight:bold;

	color:#fff;

	text-decoration:none;
	

}



/* Mootols style */

#subscribelayout {

	background: #FFFFFF;

	color: #92939D;

	font-size:12px;

	font-weight:normal;

	/*margin-top:5px;*/

	padding-top:0px;

	border-bottom: 1px solid #ccc;

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

}


#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;

}
