
.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(images/font-small.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 32px;
	height: 16px;
}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(images/font-default.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 24px;
	height: 16px;
	margin:0px 0px 0px 0px;
}

.largeFont {
	background: url(images/font-big.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 32px;
	height: 16px;
}

