.nlsubscribebox_container {
    border:1px solid #dedede;
    background: #fff;
    overflow:hidden;
    line-height:24px;
    margin-bottom: 4px;
    padding: 8px 4px;
    font-size:12px;
    color:#666;
    text-align:center;
    min-height: 150px;
}
.nlsubscribebox_container h3{
    font-family: 'trebuchet MS', verdana, arial, sans-serif;
    font-size: 18px;
    color: #a5b4bc;
    font-weight:bold;
    text-align:center;
    margin:0 18px 4px;
    border-bottom: 1px solid #ddd;
}
.nlsubscribebox_container label{
    display: block;
    line-height: 16px;
    margin:4px 0 8px 10px;
    text-align:left;
}
.nlsubscribebox_container input{
    font-family: verdana;
    background: #f3f8fc;
    border: 1px solid #ddd;
    color: #666;
    padding: 2px;
    width:88%;
}
.nlsubscribebox_container .msg{
    color: #f60;
}
.nlsubscribebox_container .msg.alert{
    background:url(http://media.bd-farm.com/images/common/elements/newsletter/alert.gif) no-repeat scroll left 0;
    padding:2px 0 0 18px;
}
.nlsubscribebox_container .other a{
    float:right;
    color: #a5b4bc;
    margin-right: 8px;
}
/* button*/
.newsletter_button {
    overflow:hidden;
    margin:4px auto;
    text-align:center;
}
.newsletter_button a {
    text-decoration: none !important;
    line-height: 30px;
    height: 30px;
}
.newsletter_button a span, .newsletter_button a em{
    padding: 0 0 4px;
}
.newsletter_button a span{
    background:url(http://media.bd-farm.com/images/common/elements/newsletter/nlbutton_bg.gif) no-repeat scroll left 0;
    font-family: 'Trebuchet MS', Verdana;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 18px;
} 
.newsletter_button a em{
    font-style:normal;
    padding-right: 18px;
    background:#fff url(http://media.bd-farm.com/images/common/elements/newsletter/nlbutton_bg.gif) no-repeat scroll 100% 0;
}
.newsletter_button a:hover span, .newsletter_button a:hover em{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}   
.newsletter_button a:hover span{
    background:url(http://media.bd-farm.com/images/common/elements/newsletter/nlbutton_bg.gif) no-repeat scroll left -23px;
}   
.newsletter_button a:hover em{
    background:#fff url(http://media.bd-farm.com/images/common/elements/newsletter/nlbutton_bg.gif) no-repeat scroll 100% -23px;
    color: #8e9ca4;
}

