.fch_button_minus {
	float: left;
	display: inline;
	margin-right: 1px;
	width:20px;
	height:21px;
}

.fch_button_plus {
	float: left;
	display: inline;
	margin-right: 3px;
	width:20px;
	height:21px;
}

.fch_button_minus a, .fch_button_plus a {
	width: 21px;
	height: 21px;
	display: inline;
	float: left; 
	position: relative;
}

.fch_button_minus a {
	background: 0px 0px no-repeat url(../i/fs_bt_minus.png);
}

.fch_button_minus a:hover {
	background: 0px 0px no-repeat url(../i/fs_bt_minus_over.png);
}

.fch_button_plus a {
	background: 0px 0px no-repeat url(../i/fs_bt_plus.png);
}

.fch_button_plus a:hover {
	background: 0px 0px no-repeat url(../i/fs_bt_plus_over.png);
}

.fch_display {
	float: left;
	display: inline;
	width:5px;
	height:21px;
}

.fch_text {
	font-family:Verdana;
	float: left;
	display: inline;
	padding: 3px 0px 0px 0px;	
	text-align: center;
	width: 90px;
	line-height: 16px;
}
