#FormPosta {
	margin:0 0 0px 0px;
	padding:60px 0px 30px 0px;	
	margin-left: auto;
	margin-right: auto;
}

#FormPosta .campo {
	border: 1px solid #606060;	
	height: 15px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 12px;
	padding-right: 15px;	
	padding-left: 15px;
	margin-left: 15px;
	color: #0229AA;
	font-size: 85%;
	background-color: #ffffff;
	
}

label {
	text-align: right;	
	margin-top: 10px;
	margin-bottom: 8px;
	color: #606060;
	font-size: 13px;	
}

#FormPosta .select {
	border: 1px solid #606060;
	background-color: #ffffff;	
	margin-top: 5px;
	margin-bottom: 12px;	
	margin-left: 15px;	
}

#FormPosta .textarea {
	border: 1px solid #606060;
	width: 365px;
	height: 150px;
	margin-top: 5px;	
	margin-left: 15px;
	margin-bottom: 12px;
	background-color: #ffffff;
}


#FormPosta .check {	
	margin-left: 15px;	
	margin-top: 10px;

}

#FormPosta .Submit {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
}

#FormInviatoRisposta {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}

legend {
	color: #0229AA;
	font-size: 110%;
	font-weight: bold;
}