#all { font-size: 1em;}
.row{ margin-bottom: 20px;}
fieldset { 
	margin: 20px 10px;
	position: relative; 
	padding: 10px; 
	border: 1px solid #DDDDDD; 
}
.legend {
	background-color: #c0c0c0;
    -moz-user-select: none;
    border: 1px solid #B7B7B7;
    color: #777777;
    font-weight: bold;
	margin: 10px 0;
    padding: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    zoom: 1;
    width: 100%;
    background: -moz-linear-gradient(center top , #F3F3F3, #D7D7D7) repeat scroll 0 0 #E7E7E7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7', endColorstr='#F3F3F3');
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#D7D7D7) );
    background-image: -ms-linear-gradient(top, #F3F3F3, #D7D7D7);
    font-size: 100%;
}
.elenco-documenti, #elenco-ditte {
	background: #ffd;
}
.modal-header {
	background: #ccc;
}
.modal-title {
	font-size: 1.5em;
    font-weight: bold;
}
.modal-body {
	text-align: left;
}