.Buste {
   margin: 0px;
	padding: 20px;
	border: 3px solid #cf4c00;
	text-align: justify;
}

.Buste h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

.Buste h2 {
	margin: 0px;
	font-size: 14px;
	font-style: italic;
}

.Buste h3 {
	margin: 0px;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.Buste strong {
	color: blue;
}

.Buste .Avanzamento {
   margin-top: 8px;
   float: left;
   width: 90%;
	height: 5px;
	background-color: white;
	border: 1px solid black;
}

.Buste .Progressione {
   height: 5px;
	background-color: #cf4c00;
}

.Buste .Percentuale {
   padding-left: 10px;
	font-size: 10px;
	color: #cf4c00;
}

.Buste .Immagine {
	float: right;
	border:3px solid #cf4c00;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.Buste .Box {
	float: left;
	text-align: center;
	width: 210px;
	height: 250px;
	vertical-align: middle;
}

.Buste .Line {
	text-align: left;
	height: 60px;
	vertical-align: middle;
}

.Buste .Line .Imm {
   float: left;
	width: 400px;
	height: 45px;
	margin-right: 10px;
}

.Buste button {
   padding-top: 5px;
	padding-bottom: 5px;
   padding-left: 25px;
	padding-right: 25px;
	background-color: #cc4c00;
	color: white;
	border:2px solid yellow;
	font-weight: bold;
	cursor: pointer;
}

-->
