div#accessibility-links {
 	position: relative;
	height: 45px;
    left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

}

#inner-links{
	position: relative;
	right: 0;
	left:0;
	margin-left: auto;
	margin-right: auto;
	
}

div#accessibility-links label {
	color: #000;
	font-weight: bold;
    float:left;
    margin:8px 10px;

}

div#accessibility-links input {
	border: none !important;
	color: red;
	font-weight: bold;
	height: 37px;
	width: 53px;
   float:left;
   margin:2px;
}

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

div#accessibility-links input#fr_increase {
	background: url('/templates/vis/A+.png') no-repeat
}

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

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

div.center {
	margin-top:20px;
}
