/* Block newsletter */
#newsletter_block_left .form-group{
	padding-top:15px;
	position:relative;
}
#newsletter_block_left .form-group #newsletter-input{
	background:none;
    border-color: #cccccc;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    font-weight: 100;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 15px;
}
#newsletter_block_left .form-group .btn{
	background: #0f99de none repeat scroll 0 0;
    border-color: #0f99de;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;	
    font-size: 12px;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
}
#newsletter_block_left .form-group .btn:hover{
	background:none;
	color:#0f99de;
}
/*# sourceMappingURL=blocknewsletter.css.map */
