
.smallFont {
	 /*for making it look nice in FF */
    /*background: url('../images/toolbar/tool_bar_BG.gif') repeat-x top left; height:24px; width:30px;*/
	outline: none;
	padding:2px 5px 0px 0px;
	display: block;
	text-align: center;
	float: left;
	font-size:0.9em;
	color:#fff;
	vertical-align:bottom;	
}
a.smallFont {color:#fff;}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	outline: none;
	padding:0.1em 5px 0px 0px;
	display: block;
	text-align: center;
	float: left;
	font-size:1.04em;
	color:#fff;
	vertical-align:bottom;	
}
a.defaultFont {color:#fff;}

.largeFont {
	outline: none;
	padding:0px 5px 0px 0px;
	display: block;
	text-align: center;
	float: left;
	font-size:1.35em;
	color:#fff;
	vertical-align:bottom;	
}
a.largeFont {color:#fff;}

.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);
}
