.yellow_btn{
	cursor: pointer;
	height: 28px;
}
.yellow_btnleft{
	float: left;
	background-image: url('images/yellow_btn_01.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 16px;
	height: 28px;
}
.yellow_btncontent{
	color: #353C35;
	font-size: 15px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	float: left;
	background-image: url('images/yellow_btn_02.png');
	background-repeat: repeat-x;
	height: 22px;
	
}
.yellow_btnright{
	float: left;
	background-image: url('images/yellow_btn_03.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 16px;
	height: 28px;
}