.riga {
	display: table-row;
}

.colonna-sinistra {
	width: 255px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

.colonna-destra {
	width: 255px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

.link-pagine {
	display: table-row;
	width: 500px;
}

.pagina {
	display: table-cell;
	text-align: center;
	width: 250px;
}

.form-commenti-sx {
	width: 100px;
	display: table-cell;
}

.form-commenti-dx {
	display: table-cell;
}

.spaced {
	padding-top: 3px;
	padding-left: 3px;
}

.spaced-submit {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
}

.intestazione-commento {
	padding-bottom: 5px;
}

.commento-dispari-top {
	margin-top: -10px;
	margin-left: -6px;
	height: 19px;
	background: url(/immagini/gb-dispari-top.png) no-repeat;
}

.commento-dispari-center {
	margin-left: -6px;
	background: url(/immagini/gb-dispari-center.png) repeat-y;
}

.commento-dispari-bottom {
	margin-left: -6px;
	height: 19px;
	background: url(/immagini/gb-dispari-bottom.png) no-repeat;
}

.commento-pari-top {
	margin-top: -10px;
	margin-left: -6px;
	height: 19px;
	background: url(/immagini/gb-pari-top.png) no-repeat;
}

.commento-pari-center {
	margin-left: -6px;
	background: url(/immagini/gb-pari-center.png) repeat-y;
}

.commento-pari-bottom {
	margin-left: -6px;
	height: 19px;
	background: url(/immagini/gb-pari-bottom.png) no-repeat;
}

.testo-commento {
	padding-left: 15px;
}

.bigheight {
	text-align: center;
	padding-top: 5px;
	height: 25px;
}

