.element,.reqnote,legend,input,select {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
label.element {
	width: 180px;
	text-align: right;
	margin: 5px 5px 0 0;
	border: thin none #0000ff;
}
div.element {
	margin: 5px 0 0 0;
	border: thin none #ff0000;
}
div.error {
	text-align: left;
	border: thin solid #00ff00;
}
span.error {
	margin: 0 0 0 20%;
	color: #ff3333;
	text-align: left;
	border: thin solid #ff0000;
}
#passi {
	width: 37px;
	height: 212px;
	background-color: #ffcccc;
	float: left;
	text-align: center;
}
.passo {
	width: 30px;
	height: 30px;
	border: thin solid #000000;
	margin: 3px;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding: 0;
}
.passoselezionato {
	width: 30px;
	height: 30px;
	border: thin solid #000000;
	margin: 3px;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	background-color: #ff0000;
}
