.btn {
	position: relative;
	height: 20px;
	cursor: default;
}

.btnl, .btnr {
	width: 4px;
	height: 20px;
	float: left;
}

.btnl {
	background: url(/graphics/interface/button_up_left.gif);
}

.btnr {
	background: url(/graphics/interface/button_up_right.gif);
}

.btnbg {
	height: 20px;
	color: #000000;
	background: url(/graphics/interface/button_up_mid.gif) repeat-x;
	float: left;
}

.btnbgd {
	height: 20px;
	color: #7b7b7b;
	background: url(/graphics/interface/button_dis_mid.gif) repeat-x;
	float: left;
}

.btnt {
	margin-top: 2px;
	text-align: center;
}