.news_form {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: auto;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.news_form { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.news_form { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.news_form { width: 728px; }
}
	
	.news_label {
		width: 300px;
	}
	
	.news_input {
		width: 600px;
		height: 30px;
		border: 1px solid #dbdbdb;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #393939;
		padding: 0 10px;
		background: #ffffff;
		border-radius: 4px;
		margin: 3px 0 10px 0;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.news_input { width: 280px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.news_input { width: 440px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.news_input { }
	}
	
	#select1 {
		width: 620px;
		height: 30px;
		border: 1px solid #dbdbdb;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #393939;
		background: #ffffff;
		border-radius: 4px;
		margin: 3px 0 10px 0;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#select1 { width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#select1 { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#select1 { }
	}
	
	.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-top: 20px;
		border-radius: 4px;
		background: #266cb2;
		width: 100px;
		padding: 6px 0 5px 0;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
	}


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



.news_informativa {
	position: relative;
	width: 720px;
	height: auto;
	
	text-align: justify;
	
	background: #e4e4e4;
	
	padding: 20px;
	border-radius: 4px;
	
	margin-top: 20px;
	font-size: 12px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.news_informativa { width: 280px; padding: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.news_informativa { width: 440px; padding: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.news_informativa { width: 688px; }
}