/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family: Century Gothic, Trebuchet MS, Arial Narrow, Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	
	border:0px solid #ffffff;
	
	padding-top:0px;

	
}
.newsletterbutton p  {
   
	font-family: "trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:128px;
	text-align:left;

}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	
	 background:  url(templates/gk_inspiration/images/emailButton.png); 
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	background: #000000;
	align: left;
	color: #92939D;
	font-size:10px;
	font-weight:normal;
	margin-top:-19px;
    margin-right:15px;
	padding-bottom:5px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:right;
	padding-top:10px;
	    margin-right:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}



/* Normal style */
.normalsublayout {
	background: #000000;
	color: #92939D;
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}