fieldset{
	border: 1px solid #9C969C;
	padding: 0.8em;
	margin-top: 0.5em;
	}
	
	
.legend, legend{
font-size: 10pt;
color: #0F3D7B;	
text-decoration: none;
font-weight: bold;
}
	
/* ---[ Alert Note ]------------------------------------ */
.note {
	font-size: 9pt;
	line-height: 1.6em;
	color: #777;
	padding: 8px 0 0 0;
	border-top: 1px solid #eaeaea;
	}
.note strong {
	color: #333;
	}
.note code {
	color: #444;
	}
.alert {
	padding-left: 18px;
	background: url(../images/alert-ora.gif) no-repeat 0 0;
	}
.check {
	padding-left: 22px;
	background: url(../images/alert-oran.gif) no-repeat 0 0;
	}
.note, .plain {
	padding: 0;
	border: none;
	}

/* ---[ Message Box ]------------------------------------ */	
.messageBox {
	margin: 1em 0;
	padding: 20px;
	font-size: 9pt;
	line-height: 1.5em;
	color: #000000;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFFFCC;
	}
.messageBox ul.list{
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.messageBox ul.list li{
	padding-left: 10px;
	margin-bottom: 2px;
	background-image: url(../images/miniarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}	

/* ---[ Informativa sulla privacy ]------------------------------------ */
div.boxprivacy{	
	width:100%; 
	height:200px; 
	padding: 2px;
	overflow-y: scroll; 
	border-top:1px solid #5D5D5D; 
	border-right:1px solid #B0B0B0; 
	border-left:1px solid #5D5D5D; 
	border-bottom:1px solid #B0B0B0; 
	background-color:#E8E8E8;
	}