.newsletter_form{
    color: #747474;
    background-color: #2B2927;
    padding:4px 10px;
    border:2px #799823 solid;
    border-spacing:1px;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
.newsletter_title{
    font-weight:bold;
    text-indent:10px;
    font-size:11px;
    margin:0;
    margin-right:113px;
    margin-top:3px;
    float:left;
	color:#2B2927;
}
.newsletter_text{
	background-color:#2B2927;
	border-color:-moz-use-text-color;
	border-style:none;
	border-width:medium medium medium 1px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:20px;
	margin-top:13px;
	width:200px;
}
.newsletter_img{
	border:medium none;
	margin-left:411px;
	margin-top:-43px;
	padding:0;
}