#botfont{
	float: left;
	margin-top: 5px;
}
	#botfont p{
		font-size: 11px;
		float: left;
	}
.botfont_inc{
	width: 15px;
	height: 14px;
	background: url(../images/glhhs/botfont_increase.gif) top left no-repeat;
	float: left;
	cursor: pointer;
	margin-left:2px;
}
	.botfont_inc:hover{
		background: url(../images/glhhs/botfont_increase.gif)bottom left no-repeat;
	}
.botfont_dec{
	width: 15px;
	height: 14px;
	float: left;
	background: url(../images/glhhs/botfont_decrease.gif) top left no-repeat;
	cursor: pointer;
}
	.botfont_dec:hover{
		background: url(../images/glhhs/botfont_decrease.gif)bottom left no-repeat;
	}
.botfont_reset{
	background: url(../images/glhhs/botfont_bg.gif) top left no-repeat;
	width: 50px;
	height: 14px;
	float: left;
	cursor: pointer;
}