/* Block newsletter */	


ul#newsletter  {
    background: transparent;
    font-size: 15px;
	color: #241F1D;
    height: auto;
    float: left; 
	width: 100%;
	list-style: none outside none; 

}

ul#newsletter li.icon {
    float: left;  
    background:url(../../../img/cultura/newsletter-icon.png) no-repeat;
	
	height: 35px;
	margin: 14px 0 0 0
}

ul#newsletter li.newsname {
    float: left;  
	line-height: 43px;
	padding: 0 10px 0 0;

	font-size: 20px
}
ul#newsletter li.msg_news {
    float: left;  
	line-height: 15px;
	padding: 7px 20px 5px 0;

	font-size: 15px;
	color: #807572
}
ul#newsletter li.inputmail {	  
    float: left; 
	line-height: 50px;
	padding: 0 10px 0 0;

	
}
ul#newsletter li.selectaction {	
    float: left; 
	line-height: 50px;
	padding: 0 10px 0 0;
	display: none;
	margin: 9px 0

}
ul#newsletter li.inputok { 
    float: left;
	line-height: 50px;
	padding: 0 10px 0 0;
	width: auto;
	margin: 7px 0 0 10px;
	
}
ul#newsletter p {
    float: right;
	color: #FC4D43;	
	font-size: 15px;
} 

ul#newsletter input[type=text] {	
	background-color: white;
	border: 1px solid #EEEEEE;
    font-size: 15px;
    color: #807572;
    height: 35px;
    line-height: 35px;
    padding: 4px 7px;
    width: 94%;
	font-style: italic;
}  


ul#newsletter select {
	background-color: white;
	height: 45px;
	width: 150px;
	padding: 12px;
	color: #807572;
	font-size: 15px;
	border: 1px solid #EEEEEE;
	font-style: italic;

}  

ul#newsletter option { padding-left: 7px; } 

ul#newsletter input.button_news {  

	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #241F1D;
	font-weight: bold;	 
	background: #241F1D;			
	cursor: pointer;
	color: white;
	text-transform: uppercase; 
	font-size: 15px


} 

#newsletter input[type="submit"]:hover, input.button_news a:hover { 

	text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 

}