/* NewsletterModule */

#newsletterBody {
	border-style: solid;
	border-width: 1px;
	border-color: #ABCCAB;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	background-color: #fff;
}

.newsletterText {
	font-family: Tahoma;
	font-size: 13px;	
	cursor: default;
	color: #006633;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.B {	
	font-weight: bold;
}

.newsletterButton {	
	background-color :  #AECDB0;
	border : outset 1pt #AECDB0;  
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	height : 26px;
	width : 130px;
	color : #006633;
	margin: 3pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}

.panelNewsletterButton {
	background-color :  #FFF;
	border : outset 1pt #BFCFDF;
	margin: 0px;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	width: 150px;
	height : 24px;
	color: #006633;		
	overflow: visible;
	padding: 0px 5px;
	margin-bottom: 5px;
}

.comboNewsletter {
	font-family: Verdana;
	font-size: 11px;
	color: #006633;
	width: 150px;	
	text-align: left;
	border: solid 1px #ABCCAB;
	margin: 2px 5px 5px 5px;
}

.w150 {
	width: 150px;
}

.w250 {
	width: 250px;
}

.iTextNewsletter {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	height: 16px;	
	color: #006633;
	border: solid 1px #ABCCAB;
	font-family: Verdana;
	font-size: 8pt;
}

