.regolamento {
	padding-bottom: 0.5em;
}

.box-upload {
	width: 250px;
	border: 1px solid black;
	background-color: #009cfd;
	position: relative;
	left: 50%;
	margin-left: -125px;
	padding: 10px;
}

.file-selector {
	text-align: center;
	padding: 5px;
}

.riga-tabella {
	display: table-row;
	width: 100%;
}

.parte-sinistra {
	display: table-cell;
	width: 160px;
}

.parte-destra {
	display: table-cell;
	vertical-align: middle;
}

.descrizione-codice {
	display: table-cell;
	width: 150px;
	padding-bottom: 5px;
}

.codice {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 5px;
}

.lista-box {
	width: 450px;
	border: 1px blue dotted;
	position: relative;
	left: 50%;
	margin-left: -225px;
}

.descrizione-codice-mostra {
	display: table-cell;
	width: 250px;
	padding-left: 10px;
}

.codice-mostra {
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.codice-mostra-last {
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 5px;
}

.titolino {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

.nopoint {
	list-style: none;
}

.nopoint li {
	list-style: none;
	width: 430px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(/immagini/bg-upload-multiplo.png) no-repeat;
	height: 100px;
}

.col {
	display: table-cell;
	padding-right: 10px;
}

.col-tit {
	display: table-cell;
	width: 200px;
}

.col-dx {
	display: table-cell;
	text-align: right;
	width: 220px;
}

.fileinput {
	background-color: #5bb4ff;
	border: 1px solid #006bff;
	border-width: 1px;
	font-family: tahoma, arial;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.upload-button {
	text-align: center;
	padding-top: 8px;
}

.titolo-up-multiplo {
	font-weight: bold;
	padding-bottom: 8px;
}
