
body{
	background: #333333;
	font-family: MuseoForDell300,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*PASSO 2*/
.divheader{
	background-color: #FFFFFF;
	height: 60px;
	padding: 20px;
}
.contenuto{
	background-color: #F0FFEC;
	font-size: 16px;
	padding: 20px;
}
.divcampi{
	width: 100%;
	margin-top: 50px;
	max-width: 900px;
}
.riga{
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}	
.campo1{
	width: 150px;
	height: 30px;
	float: left;
	font-weight: bold;
	line-height: 30px;
}
.campo2{
	width: 180px;
	height: 30px;
	float: left;
	line-height: 30px;
}
.campo2 input{
	width: 170px;
	height: 30px;
	padding: 4px 6px;
	box-sizing: border-box;
}
.campo3{
	width: 520px;
	height: auto;
	float: left;
	color: #333;
	line-height: 18px;
	padding-top: 6px;
}
.bottoneinvia{
	width: 100px;
	height: 30px;
	cursor: pointer;
}

@media only screen and (max-width: 500px) {
	.riga{
		height: 125px;
	}
	.campo1,
	.campo2,
	.campo3{
		width: 100%;
		float: none;
		height: auto;
	}
	.campo2 input{
		width: 100%;
	}
	.campo3{
		font-size: 13px;
	}
	.bottoneinvia{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 790px) {
	.riga{
		width: 100%;
	}
}
/*PASSO 2*/

/*PASSO 3*/
.bottoneinstalla{
	width: 150px;
	height: 30px;
	cursor: pointer;
}
.msgerrore{
	font-weight: bold;
	margin-bottom: 20px;
}
.msgerrore span{
	color: #FF0000;
}
/*PASSO 3*/

/*PASSO 4*/
.campo4{
	width: 350px;
	height: 50px;
	float: left;
	color: #333;
	font-style: italic;
}
/*PASSO 4*/
