/* Block newsletter */
#newsletter_block_left {
	margin-top:20px;
}
#newsletter_block_left p {padding:0;}
.input-append
{
	position:relative;
}
#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	text-align: center;
	font-weight: bold;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input[type="text"] {
    border:0; box-shadow:none; background:none;
    padding: 8px; margin:0!important;
    width:90%;
}
#newsletter_block_left .btn
{
	color:#fff; 
	padding:0 6px 0px 6px;
	height:30px;
	line-height:25px !important;
}
#newsletter_block_left .inputNew
{	
	height:18px !important;
	padding:0 6px 0px 6px;
	line-height:25px !important;
	width:90%;
}
#newsletter_block_left .block_content {
    background: url("img/testimonials-trans.jpg") no-repeat scroll 100% 0 #babbab;
    position: relative;
}
#newsletter_block_left p.label_text {
    color: #000000;
    font-size: 14px;
    /*padding-top: 60px;*/
}
#send_button{ position:relative; /*bottom:28px; right:3%;*/top: 5px;  width:40%; background:#b3aa9b;
    border-radius:15px; color:#fff; padding:5px 15px; z-index:99; border: 1px solid #ccc}


#newsletter_block_left .btn:hover{ background:#8D816C}
#newsletter_block_left .input-append{white-space:normal}
#newsletter_block_left p{font-size:14px}
/*responsive*/
@media (max-width:767px){
    #newsletter_block_left .block_content{background-repeat:repeat; background-position: 0 center;}
}