/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
	margin-top:10px;
}
.newsletterbutton {
	/*width:100%;*/
	background-image:url(http://www.stagealive.it/images/newsletter.png);
	background-repeat:no-repeat;
	height: 75px;
	padding-top:4px;
	margin-left:4px;
	margin-bottom:4px;
}
.newsletterbutton p  {
	text-align:center;
	margin-top: 33px;
	_margin-top: 38px;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#000000;
	font-size:18px;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	color: #000;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:5px;
	border: solid 3px #E64107;
	width: 183px;
	margin-left:15px;
	_margin-left:3px;
	margin-top:-14px;
	_margin-top: -10px;
	_height: 125px;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	font-weight:bold;
	_margin-bottom: 4px;
}
.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;
}
