/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	color:#000000;
/*	border:1px solid red;*/
}
.mainnewsletter p { font-size: 11px;}
.newsletterbutton {	/*width:100%;*/  padding: 5px;}
.newsletterbutton p  { margin: 0;}
.newsletterbutton a#toggle,
.newsletterbutton p a.highslide{text-decoration:none; color: #3d95cc; font-size: 12px; font-weight: bold; text-transform: uppercase;}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	
	font-weight:bold;
	padding-top:5px;
	background: #fff;
}
.newsletterbutton_highslide p  { }
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {padding: 10px 5px 0px 5px; height: 95px; background: url(graphics/blue-grad-bg.gif) top left repeat-x;}
#subscribelayout input.button { margin: 5px 0 0 20px;}

#subscribelayout div { height: 30px;}

#subscribelayout input#name, #subscribelayout input#email,#subscribelayout input.button { float: right; margin-right: 5px;}


#subscribelayout p, .highslide-body p, .normalsublayout p{	padding: 0px; }
.highslide-body p{	color: #92939D; font-size: 11px;}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}