/*style validazione */
/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

/*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */
/*body {background-color:#fff; margin:30px 20px 20px 20px; padding: 0;height:100%}

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333;}
/*html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333;}
/*html {height:100%}

/* ----- add selectors here for font sizing ----- */
.requiredcontainer{
	font-size: 0.9em
	}
/*p, table, #errorwarning {font-size: 1.2em} */
errorwarning {
	font-size: 1.2em
}
code {
	font-size: 1.4em
}
h2 {
	font-size: 1.6em
}
h2 {
	color: #cfcfcf;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom:5px;
	float:left;
	width:120px;
}
table.formtable tr td{
	padding:4px;
}
table.formtable{
	border-right: 1px solid #e8e8e8;
}
/* ----- base links ----- */
/*a:link {color: #CC6633;}
a:visited {color: #CC6633;} 
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{
	color: #CC6633;
}*/
.errorLabel {
	background-image:    url("/informazioni/javascript/validation/error-graphic.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.fixedLabel{
	background-image:    url("/informazioni/javascript/validation/astrick.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}
.form_sezioni{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
	font-weight: bold;
}
label{
	font-weight:bold;
	color:#592C16;
}
.required{
	color:#FF0000;
}
.errortxt{
	color: #FF0000;
	display:none;
}
#errorwarning{
	color: #FFFFFF;
	padding: 6px 15px;
	background-color: #FF0000;
	margin:5px 0;
	display:none;
}
.requiredcontainer{
	color:#999999;
	text-align:right;
	width:140px;
	float: right;
}

