/* Newsletter module common css */

/*#email, #name {
   font-size: 10px;
   font-family: calibri;
    width: 115px; 
  }*/

.mainnewsletter {	  

}

.mainnewsletter p {	
	
}

.newsletterbutton {

	/*width:100%;*/

	border:5px solid #000000;

	font-weight:bold;	

	padding-top:5px;

}

.newsletterbutton p  {	
   
}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{

	font-weight:bold;

	color:#000000;

	text-decoration:none;

}




/* Standard-Layout */

.normalsublayout {	
    position: relative;
	top: -10px;
	left: 20px;	
	font-size:12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;
	color: #723f15;
}


#addSubscriber, #removeSubscriberByEmail {	
    position: relative;
	top: 5px;	
	width: 80px;
}


