/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Berlin Sans,Tahoma,Helvetica,sans-serif;
	color:#000000;
	text-align:center;
	height: 35px
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	font-weight:bold;	
/*	background:url(../../../images/stories/butt_Mailinglist.png) left no-repeat; */
/*	width:178px; /* Spazio attorno al Pulsante */
/*      height:36px; /* Spazio attorno al Pulsante */
	background:transparent url(../../../templates/new_overland_theme_rf/images/orange/button_empty.png) top left no-repeat;
        width: 107px;
	height:21px;
	margin: 7px 65px 30px 18px;
}
.newsletterbutton p  {
	text-align:center;
	padding-top: 2px; /* Importante NON CANCELLARE */
	margin-top: 0px;  /* Importante NON CANCELLARE */
}



.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-size:13px;
	color:#F38201;  /* Colore font interno pulsante */
	text-decoration:none;
	margin: 12px 65px 20px 18px;
}

form#subscribeForm{
	margin: 0px 0px 0px 0px;
}
/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#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;
}
