
.btn_orange_l {
	background-image: url("/images/button/btn_orange_l.jpg");
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	float: left;
}

.btn_orange_m {
	background-image: url("/images/button/btn_orange_m.jpg");
	background-repeat: repeat-x;
	height: 21px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	float: left;
}

.btn_orange_m a {
	background: transparent;
	height: 21px;
	font: bold 11px Verdana,Geneva,sans-serif;
	color: #ffffff;
	display: block;
	text-decoration: none;
	float: left;
}

.btn_orange_r {
	background-image: url("/images/button/btn_orange_r.jpg");
	background-repeat: no-repeat;
	width: 7px;
	height: 21px;
	float: left;
}


