/* 
	#########################
	Form
	#########################
*/
#boxform {
	color: #000;
	margin: 10px 30px 10px 40px;
	padding-top: 15px;
	border-top: 2px solid #BB7D1A;
}
fieldset {
	border: 1px dashed #666;
	margin-bottom: 20px;
	padding: 5px 5px 15px 5px;
}
legend {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 3px 8px;
	margin-bottom: 8px;
	background-color: #F7F6D8;
	border-bottom: 1px solid #BB7D1A;
}
input, textarea, select {
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	border: 1px solid #808080;
}
select {
	width: 135px;
}
textarea {
	width: 95%;
}
#boxDatiPersonali {
	font-size: 0.8em;
	text-align: right;
	width: 60%;
}
#boxRichieste {
	text-align: center;
}
#boxAutorizzazioni {
	font-size: 0.8em;
	margin: 8px;
}
#boxAutorizzazioni p {
	margin: 0px;
	font-size: 1em;
	text-align: justify !important;
}
.botform {
	text-align: center;
}
.botform input {
	width: 20%;
	background: #fff;
}
.allertInput {
	background: url(../img/form/fondo_form_allert.jpg) top left no-repeat;
}
.noAllert {
	background: url(../img/form/fondo_form.jpg) top left no-repeat;
}


