#FormSito {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#FormSito BR {
	clear: both;
}

#FormSito LABEL {
	width: 130px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	/* background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat; */
	padding-right: 15px;
}

#FormSito .Campo {
	border: 1px solid #606060;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #eeeeee;
}

#FormSito .CampoObbligatorio {
	border: 1px solid #606060;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFF99;
}

/*
#FormSito .CampoTextArea {
	border: 1px solid #606060;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
}
*/

#FormSito .Check {
	margin-right: 6px;
}

#FormSito .Submit {
	padding-left: 15px;
	padding-right: 15px;
	margin-top:10px;
	font-weight: bold;
	background-color: #FFE2E5;
	/*background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top; */
	color: #000000;
}

#FormInviatoRisposta {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}


#BloccoRiconosci {
	position:absolute;
	width: 270px;
	height:150px;
	top:70px;
	left:480px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #003E62;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;	
}

#BloccoRiconosci LABEL {
	width: 80px;
	float: left;
	text-align:right;
	margin-top:5px;
	}

#BloccoRiconosci .Campo {
	background-color: #ffffff;
	border: 1px solid #003E62;
	margin-top:5px;
	width:130px;
}

#BloccoRiconosci .Submit {
	position:absolute;
	background-color: #f3803f;
	border: 0px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	width: 50px;
}

#BloccoCommunity {
	width: 160px;
	float: left;
	font-size: 11px;
	color:#000000;
	line-height: 1.3em;
	margin-right: 10px;
	margin-bottom: 5px;
}
#BloccoCommunity H2 {
	font-size: 12px;

}

#BloccoCommunity H3 {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
}

#BloccoCommunity LABEL {
	width: 50px;
	float: left;
	text-align:right;
	margin-top:5px;
	padding-right:5px;
}

#BloccoCommunity .Campo {
	background-color: #ffffff;
	border: 1px solid #003E62;
	margin-top:5px;
	width:90px;
}

#BloccoCommunity .Submit {
	background-color: #f3803f;
	margin-left:100px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 50px;
}
