/*------------------------------------------------------------------------*/
/*     Mailing List                                                       */
/*------------------------------------------------------------------------*/

/*
#MailingListBox {
	margin: 0px;
	padding: 0px; 
	width: 100%;
	height: 34px;
	background: url("/style/template/bkg-MailingListBox.gif") no-repeat;
	}

#MailingListhdr {
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #666; 
	display: block; 
	margin: 0px;
	padding: 0px;
	}

#MailingListField {
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 16px;
	width: 110px;
	border: 0px;
	margin: 0px;
	padding: 2px 3px 0px 10px;
	background: url("/style/template/formfield.gif") no-repeat;
	}

#MailingListGo { 
	font: normal 9px Arial, Helvetica, sans-serif; 
	color: #fff;
	margin: 0px 0px 1px 0px; 
	padding: 1px; 
	border: 1px solid #eceedf; 
	background: #4b6300;
	}

#MailingListGo:hover { 
	color: #fff;
	background: #000;
	}

/*---- Go ---------------------------------------------
input.btnFrmGo {
	width: 24px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	background: url("/style/template/btn-go.gif") no-repeat;
	}

input.btnFrmGo:hover {
	background: url("/style/template/btn-go.gif") no-repeat 0 -18px;
	}

