.newsletter_code {
	background-color: #FAFAFA; 
	border: #D1D7DC;
	width: 600px; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}
.newsletter_subscribe_errmsg {
	background-color: #FFAEAE; 
	color: maroon;
}
.newsletter_subscribe_ok {
	background-color: #B0E57C; 
	color: #004000;
}
.newsleter_legend {
	color: red;
}
table.shownewsletter  {
    border-spacing:0;
    border-collapse:collapse;
}
table.newsletterfooter  {
    border-spacing:0;
    border-collapse:collapse;
    font-size:10px;
    line-height:1.2;
    margin-top:10px;
    width:100%;
}

table.newsletterfooter td.unsubscribe {
    text-align:right;
    vertical-align: middle;
    width:30%;
}
table.newsletterfooter td.unsubscribe a {
    color:red;
}
.select_adddel  {
    width:100px;
    background:yellow;
}
.newsletter input  {
    width:300px;
}
.newsletter input.submit  {
    width:100px;
    letter-spacing:1px;
}
