/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-transform:uppercase;
	text-align:left;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton, .custom-button {
	/*width:100%;*/
	background:none;
	margin-top:10px;
	color:#7399C6;
	border:none;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
}
.newsletterbutton p  {
	text-align:left;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#000000;
	text-decoration:none;
}

/* 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 */
/*	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 input {
	width: 120px;
	border: 1px dashed #CCCCCC;
	padding: 2px 2px;
	margin:0 0 0 0px;
	color: #CCCCCC;
	background: #FFFFFF;
	font-size: 92%;
	font-weight:100;
}
