.button_tbl {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
	
	margin-top: 5px;
}

.button_txt {
	position: absolute;
	top: 0px;
	z-index: 70;

	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: 590;
	
	color: black;

	letter-spacing: 1px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	
	background: transparent;
	overflow: hidden;
}

.button_left_cell {
	background: transparent;
	overflow: hidden;

/*	width: 29px;	*/
	height: 21px;
}

.button_1px_cell {
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;

	height: 21px;
}

.button_1px_img {
	position: relative;
	z-index: 15;
	
	height: 21px;
}

.button_right_cell {
	background: transparent;
	overflow: hidden;
	
/*	width: 11px;	*/
	height: 21px;
}

