/* Newsletter module common css */

.mainnewsletter {

	width:100%;

	font-family:Arial;

	font-size:12px;

	color:#FFF;

	font-weight:bold;

	text-align:center;
		background: none;
}

.mainnewsletter p {

	text-align:center;

}

.newsletterbutton {

	/*width:100%;*/

	text-align:center;

	padding-top:5px;

}

.newsletterbutton p  {

	text-align:center;

}

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

	font-weight:bold;

	color:#FFF;

	text-decoration:none;

}



/* highslide*/

.newsletterbutton_highslide {

	/*width:100%;*/


	font-weight:bold;

	text-align:center;

	padding-top:5px;

}

.newsletterbutton_highslide p  {

	text-align:center;

}

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

	text-decoration:none;

}



/* Mootols style */

#subscribelayout {
	color: #FFF;

	font-size:11px;

	font-weight:normal;

	/*margin-top:5px;*/

	padding-top:10px;


}

#subscribelayout p, .highslide-body p, .normalsublayout p{

	text-align:center;

	padding-top:2px;

	font-weight:bold;

}

.highslide-body p{

	color: #ec8200;

}



/* Normal style */

.normalsublayout {

	font-size:11px;

	font-weight:normal;

	margin-top:0px;

	padding-top:5px;

	border: none;
	background: none;

}

.normalsublayout div{
	
	margin:0;
	
	padding:0;

}

#addSubscriber{
	line-height:25px !important;
	}
	
input.subscriber{
	height:27px !important;
	line-height:normal;
}

input.subscriber:hover{
	background:url(subscribe-ho.png) top left no-repeat;
}