/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000000;
/*	border:1px solid red;*/
}
.mainnewsletter p a#toggle {
	display:none;
}
.newsletterbutton {
	/*width:100%;*/
	font-weight:bold;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:left;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	font-weight:bold;
	text-align:left;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
.mainnewsletter {
		width:291px; height:135px;
		font-size:9px; font-family:Verdana, Arial; color:#666666;
		background:url(../images/bg_email.gif) top no-repeat;
	}
#subscribelayout form {
	font-size:9px; font-family:Verdana, Arial; color:#666666;
	margin:61px 27px 0; position:relative;
}
#subscribelayout form div {padding:4px 0 5px;}
input#name, input#email {border:1px solid #e0e0e0; font-size:11px; width:140px;}

#subscribelayout p, .highslide-body p, .normalsublayout p{
	font-size:9px; font-family:Verdana, Arial; color:#666666;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}
