/* Newsletter module common css */
.mainnewsletter {
	width:212px;
	font-family:Tahoma;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	text-align:center;
/*	border:1px solid red;*/

}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	border:0px solid #7BA6E7;
	font-weight:bold;	
	text-align:center;	
	background-image:url(newsletter.png);
	width: 212px;
	height: 50px;
	background-repeat: no-repeat;
	
}
.newsletterbutton p  {
	text-align: left;
	background: url(newsletter-icon.png) no-repeat 10%;
	color: #3979C6;
	padding:5px;
}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;	
	color: #3979C6;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {

	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;

}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {

	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
	float: left;
	
}


.inputbox {font-size: 12px; color: #a6a6a6; border: solid 1px #919191; margin: 2px 0; padding: 2px; background-color: transparent;
width: 140px;

}