#form{
	margin-left: 70px;
	color: #fff;
	text-align: right;
	font-family: verdana;
	font-size: 11px;
	position: absolute;
	top: 150px;
	height: 500px;
}
#form div.labels{
	display: block;
	float:left;
	width: 200px;
	line-height: 20px;
}
#form div.inputs{
	text-align: left;
	display: block;
	float:right;
	width: 400px;
	line-height: 20px;
}
#form div.inputs input{
	height: 20px;
}
#scheda{
	color: #F8BA00;
	height: 30px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#prenota{
	color: #F8BA00;
	height: 30px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#fattura{
	color: #F8BA00;
	height: 30px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#subform{
	height: 150px;
	width: 100%;
	text-align: justify;
	font-size: 14px;
	display: block;
}
#subform_2{
	height: 50px;
	width: 100%;
	text-align: justify;
	font-size: 14px;
	display: block;
}
#subform_3{
	height: 130px;
	width: 100%;
	text-align: justify;
	font-size: 14px;
	display: block;
}
#subform_4{
	position: relative;
	left: -20px;
	height: 30px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	display: block;
}
#subform_4 button{
	color: #F8BA00;
	background-color: #000;
	border: 2px #F8BA00 solid; 
	font-weight: bold;
}
#subform_4 button:hover{
	color: #000;
	background-color: #F8BA00;
	border: 2px #000 solid; 
	font-weight: bold;
}
#error{
	color: #F8BA00;
	width: 100%;
	padding-right: 100px;
	text-align: center;
	font-weight: bold;
}
.text_justify   { color: white; font-size: 13px; line-height: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
