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

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

.largeFont {
	background: url(/page2/images/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}

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

#holder1{
	padding:2px;
	margin-left:15px;
}