/* Newsletter module common css */
.mainnewsletter {
	color:blue;
font-family:Arial;
font-size:13px;
text-align:center;
width:180px;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	background-color:#E0EBFB;
text-align:left;
width:195px;
}
.newsletterbutton {
	/*width:100%;*/
	font-weight:normal;
text-align:left;
}
.newsletterbutton p  {
	text-align: center;
	background-image: url(../assets/graphics/dot.png);
	background-position: left center;
	background-repeat: no-repeat;
	
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#135CAE;
font-weight:normal;
text-align:left;
text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	
	
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background:transparent none repeat scroll 0 0;
border:medium none;
color:#92939D;
font-size:12px;
font-weight:normal;
margin-top:22px;

}