﻿
.button_left_base
{
	background: url("images/btn_base.jpg") top left no-repeat;
	width: 9px;
	height: 17px;
}

.button_middle_base
{
	background: url("images/btn_base.jpg") top left repeat-x;
	height: 17px;
	color: White;
	text-align: center;
	font-weight: bold;
}

.button_right_base
{
	background: url("images/btn_base.jpg") top left no-repeat;
	width: 9px;
	height: 17px;
}