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

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

.largeFont {
	background: url(../gif/font-up.gif);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	/*width: 32px;*/
	width: 17px;
	/*height: 32px;*/
	height: 17px;
}

.ldisabled,.sdisabled { /*Styles for disabled buttons*/
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/*This is for IE8 */
	filter: alpha(opacity = 30);
}