#fontChanger {
/*	position: absolute; */
	top: 0px;
	right: 300px;
	width: 400px;
	height: 32px;
	padding: 5px 0 0 20px;
/*
	background-color: #DDD;
	border-style: solid;
	border-width: 1px;
	border-top-color: #D9D9D9;
	border-right-color: #AAA;
	border-bottom-color: #BBB;
	border-left-color: #EEE;
*/
}
#fontChanger a {
	display: block;
/*	width: 29px; */
/*	height: 27px; */
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url("/images/font_icon.gif");
	cursor: pointer;
	text-decoration: none;
	border:none;
}
#fontChanger #fontChanger-small {
	background-position: 0 0;
}
#fontChanger #fontChanger-small:hover {
	background-position: 0 -67px;
}
#fontChanger #fontChanger-medium {
	background-position: -70px 0;
}
#fontChanger #fontChanger-medium:hover {
	background-position: -70px -67px;
}
#fontChanger #fontChanger-large {
	background-position: -140px 0;
}
#fontChanger #fontChanger-large:hover {
	background-position: -140px -67px;
}
#fontChanger .fontcaption {
	display: block;
	width: 90px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("/images/fontControl_msg.gif");
	text-indent: -9999px;
	float: left;
}