/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-size:11px;
	color:#2ab6d9;
/*	border:1px solid red;*/
}
.mainnewsletter p {
}
.newsletterbutton {
	/*width:100%;*/
	font-size: 11px;
	margin: 0px;
}
.newsletterbutton p  {
margin: 0px;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#2ab6d9;
	text-decoration:none;
	margin: 0px;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
}
.newsletterbutton_highslide p  {
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	color:#2ab6d9;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	color: #92939D;
	font-size:11px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	margin: 0px;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
margin: 0px;
}
.highslide-body p{
	color: #92939D;
	margin: 0px;
}

/* Normal style */
.normalsublayout {
	color: #92939D;
	font-size:11px;
	font-weight:normal;
	border: none;
}

#addSubscriber {
	border: none;
	background: transparent url(graphics/subscribe.png);
	width: 38px;
	height: 22px;
	cursor: pointer;
}

#removeSubscriberByEmail {
	border: none;
	background: transparent url(graphics/unsubscribe.png);
	width: 78px;
	height: 22px;
	cursor: pointer;
}

.cc_introduction {
	padding-bottom: 5px;
}

.cc_buttons {
	margin-left: 27px;
	margin-top: 8px;
}