/**********************************
Name: form Styles
Author: Marco Caressa
***********************************/

.notNullField {
  font-weight: bold;
  color: #ff0000;
}

.holField {
	border: 1px dashed #0000ff;  
	margin: 0.5em;
	padding: 0.5em;
	font-size: 85%;
	color: #000000;
	background-color: #ffffff;
	line-height: 1em;
}

.holBold {
  font-weight: bold;
}

.rigaForm {	
  clear:both;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	line-height: 2em;
	width: 100%;
}


.rigaForm .lblForm {
   clear:right;
   float: left;
   width: 40%;
   text-align: right;
   margin-right: 0.5em;
}


.rigaForm .campoDx {
   float:left;
   width: 59%;
   text-align: left;
}


.rigaFormSmall {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	width: 100%;
}

.lblFormBold {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  width:40%;
  float:left;
/*A.L. white-space per label lunghe*/
  white-space:nowrap;
}

/*A.L. label sezione ricerca faq*/
.lblFormBoldFaq {
  font-weight: bold;
  text-align: right;
  padding-right: 0.6em;
  width:40%;
  float:left;
  white-space:nowrap;
}

.rigaFormSmall span{
   float:left;
   width: 57%;
   text-align: left;
}

.alignBtnCenter{
	padding-top: 1em;
	padding-right: 0.2em;
	padding-bottom: 1em;
	padding-left: 0.2em;
	margin:0em;
	text-align: center;
}

.alignBtnSx{
	padding-right: 0.2em;
	padding-left: 0.2em;
	margin:0em;
	text-align: left;
}
.divLeft {
	float: left;
}
.divRight {
	float: right;
}

.campoNumPage{
	width:3em;
}

.campoAttestazioneRischio{
	width:4em;
}

/*
form.prevform fieldset {
	border: 1px solid #014090;
	background: #f9f9f9;
	}
	
form.prevform fieldset fieldset { background: none; }
	
form.prevform fieldset li {
	padding: 5px 10px 7px;
	background: #f9f9f9;
	}
*/