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

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

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(../images/constants/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}
.defaultFont:hover {
	/*if you want to hide the default font button, use display:none */
	background: url(../images/constants/font-default_rl.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border:solid 0px black;
}

.largeFont {
	background: url(../images/constants/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border:solid 0px black;
}

.largeFont:hover {
	background: url(../images/constants/font-up_rl.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}



.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);
}