/* small */
.fontsizeContent-small {
	font-size:10px !important;
	line-height:14px !important;
}
/* big */
.fontsizeContent-big {
    font-size:18px !important;
	line-height:23px !important;
}
/* tools */
.fontsize {
	height: 16px;
    font-size:11px;
   
    float:left;
    padding:2px;
	/* border:2px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#f6f6f6;*/

}
.fontsize span {
	line-height:16px;
	float:left;
}
.fontsize1, .fontsize2, .fontsize3 {
    display:block;
	float:left;
	width:16px;
	height:16px;
	text-indent:-99999px;
	outline:none !important;
	background: transparent url('icons/small.gif') no-repeat;
}
.fontsize2 {
	background-image: url('icons/default.gif');
}
.fontsize3 {
    background-image: url('icons/big.gif');
}

