.button {
	height: 24px;
	margin:0;
	display:block;
	text-decoration:none;
}
a.button span.btn_left{
	background:transparent url(../img/button_left.png) no-repeat left top;
	display:block;
	width:8px;
	height:24px;
	float:left;
}
a.button span.btn_right{
	background: transparent url(../img/button_right.png) no-repeat;
	display:block;
	width:8px;
	height:24px;
	float:left;
}
a.button span.btn_middle {
	background: transparent url(../img/button_middle.png) repeat-x;
	padding: 6px 4px;
	color: #000;
	float:left;
}
a.button span.btn_middle:hover {
	cursor:pointer;
}
input.button {
	background: transparent url(../img/button_middle.png) repeat-x;
	display:inline;
	font-size: 10px;
	float:left;
	margin:0;
	padding:0;
	color: #000;
}
img.button_left {
	float:left;
	width:8px;
	height:24px;
	margin:0;
	padding:0;
}
img.button_right {
	float:left;
	margin:0;
	padding:0;
	width:8px;
	height:24px;
}
a.button.big_font {
	font-size: 11px!important;
}

a.button.inline{
	width:10em;
	float:left;
}