div#accessibility-links { 
	height: 30px;
	width: 250px;
	top: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#accessibility-links label {
	color: #333;
	font-weight: bold;
	margin-top: 5px;
}

div#accessibility-links input {
	border: none !important;
	color: red;
	font-weight: bold;
	height: 25px;
	padding: 0 5px;
	width: 25px;
	cursor: pointer;
}

div#accessibility-links input#fr_decrease {
	background: url('images/acc_diminuisci.png') no-repeat
}

div#accessibility-links input#fr_increase {
	background: url('images/acc_aumenta.png') no-repeat
}

div#accessibility-links input#fr_contrast {
	background: url('images/acc_contrasto.png') no-repeat
}

div#accessibility-links input#fr_reset {
	background: url('images/acc_reset.png') no-repeat
}