@CHARSET "ISO-8859-1";

fieldset{
	-moz-border-radius: 7px;
	padding: 2%;
	border: 1px;
	border-style: solid;
	border-color: #0AAAFD;
	background: #FFFFFF url(images/backgoundInputText.png) repeat-x;
	background-position: top 22px;
	margin: 0;
	margin-bottom: 20px;
	display: block;
	width: 95%;	
	text-align: left;
}

.imgChart{
	text-align: center;
	max-width: 100%;
}

fieldset div.divSX{
	padding-top: 20px;
	padding-left: 20px;
	width: 60%; 
}

fieldset div.divDX{
	width: 39%; 
	float: right;
}

img.chart{
	width: auto;
}

legend{
	color: #FF3300;
	background: white;
}

ul.listaMessaggi{
	margin-left: 0;
}

ul.listaMessaggi li{
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
	list-style: none;
	list-style-position: inside;
	
}

ul.listaMessaggi li.listaMessaggiLivello2{
	margin-left: 15px;
	background: url(images/img11Blu.gif) no-repeat left center;
	list-style: none;
	list-style-position: inside;
}

.titoloMessaggi{
	font-weight: bold;
	color: green;
}
