/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {font-weight:normal;
	}

.newsletterbutton p  {
	}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	display:block;color:white;border:none;font-family:arial;background-color:#6096a3;border:1px solid #cccccc;padding:2px 100px;font-weight:normal;}


/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	border-right: 2px solid #e2e2e2;
}
#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;
}
