/* Block newsletter */
#newsletter_block_content {
    float: left;
    width: 46%;
    margin: 30px 0 0 0;
}

#newsletter_block_left, #newsletter_block_form {
    float: left;
    width: 57%;
	padding:7px 0;
	border:0;
}
#newsletter_block_form {
	float: left;
    width: 43%;
	padding:7px 0;
	border:0;
}
#newsletter_block_left .title_block, #newsletter_block_left h4  {
    font-family: 'LatoBold';
    color: #87bc24;
    font-size: 20px;
	text-transform:uppercase;
}
#newsletter_block_left p.info {padding:20px 0 10px 0; color: #000; font-size: 12px;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}

#newsletter_block_form input.inputNew {
    padding: 0 2%;
    height: 32px;
	line-height: 32px;
	color:#8f8f8f;
    border: 1px solid #cccccc;
    border-radius: 0px;
    font-size: 12px;
    width: 96%;
	float:none;
}

*:first-child+html #newsletter_block_left input.inputNew {position:static; float:none;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	position:relative;
	left:-2px;
	height:23px;
	width:24px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor:pointer
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */

.btn-newsletter {
	font-family: 'LatoBold';
	width:140px;
	height:40px;
	display:block;
	float:none;
	line-height:40px;
    font-size: 16px;
	text-transform:uppercase;
	letter-spacing: 1px;
    padding: 0px;
	margin:20px auto 0 auto;
	text-align:center;
    background-color: #87bd16;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}


