.news_form {
	position: relative;
	top: 0px;
	left: 0px;
}
	
	.news_label {
		width: 100%;
	}
	
	.news_input {
		width: 100%;
		height: 40px;
		border: 1px solid #dbdbdb;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 16px;
		color: #1d1d1b;
		padding: 0 20px;
		background: #ffffff;
		border-radius: 4px;
		margin: 10px 0 20px 0;
		box-sizing: border-box;
		text-align: center;
	}
	
	#select1 {
		width: 100%;
		height: 40px;
		border: 1px solid #dbdbdb;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 16px;
		color: #1d1d1b;
		background: #ffffff;
		border-radius: 4px;
		margin: 10px 0 20px 0;
	}
	
	.news_check {
		position:relative;
	}


.error {
	color:#F00;
	text-decoration: underline;
	background: url(../images/error.png) 600px 0px no-repeat;
}

.error_radio {
	color:#F00;
	text-decoration: underline;
	background: url(../images/error.png) 330px 0px no-repeat;
}



	#news_invia {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 20px auto 0 auto;
		border-radius: 4px;
		background: #ffdb20;
		width: 100px;
		padding: 10px 0;
		text-align: center;
		color: #1d1d1b;
		cursor: pointer;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	}


.inactive {
	filter:alpha(opacity=50);
	opacity:0.5;
	
	cursor: text;
}



.news_informativa {
	position: relative;
	width: 100%;
	height: auto;
	
	text-align: justify;
	
	background: #f1f1f1;
	
	padding: 20px;
	border-radius: 8px;
	
	margin-top: 20px;
	font-size: 12px;
	box-sizing: border-box;
}