/* Block newsletter */
div#newsletter_block_footer{
}
div#newsletter_block_footer .title_block{
	display: none;
	
}	
div#newsletter_block_footer select{display:none;}

div#newsletter_block_footer .lof_button{
	display: inline-block;
    margin: 8px 0 0;
	*width: 70px;
	*margin-left: 0;
}
#newsletter_block_footer input[type="submit"]{
	background: none repeat scroll 0 0 #659bbf;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 35px;
}
#newsletter_block_footer input[type="text"]{
	background: #fff;
    border: medium none;
    color: #C4C4C4;
    float: left;
    font-size: 12px;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    margin: 8px 0 0;
    padding: 0 5px;
    width: 165px;
	border-radius:0;
}