﻿fieldset {
	border: 1px dotted Yellow;
	padding: 15px;
	margin-top: 2em;
	margin-left: 0.5em auto;
	margin-right: 0.5em auto;
	margin-bottom: 2em;
}

/* bordi arrotondati */
fieldset {
	/* solo per i browser della classe Mozilla */
	-moz-border-radius: 10px;
	/* Webkit (Apple Safari) */
	-webkit-border-radius: 10px;
	/* CSS 3 */
	border-radius: 10px;
}
.centrato {	text-align: center;}

legend {
	font-weight: bold;
	color: #FFD700;
	margin: 0 0.5em 0 0.8em;
	background-color: #000031;
}
input {
	width: 400px;
	padding: 2px;
	margin: 0;
	margin: 3px;
}
textarea {
	padding: 2px;
	margin-left: 0.5em auto;
	margin-right: 0.5em auto;
}
.text,
textarea {
	background-color: #DCD8D9;
	border: 3px solid #DCD8D9;
	font-weight: bold;
}
.check {	width: 25px;}
.button {
	clear: both;
	width: 200px;
	color: #292929;
	font-weight: bold;
	background-color: #DCD8D9;
}
#errore {
	display: block;
	background-color: #FFF88A;
	color: red;
	border: 2px outset red;
	margin: 0;
	padding: 0.5em;
	padding-bottom: 1px;
}
