﻿.ButtonLeft
{
	background : url(images/button/ButtonLeft.png) no-repeat;
	width : 13px;
	height : 22px;
	float : left;
	cursor : pointer;
}

.ButtonCenter
{
	background : url(images/button/ButtonCenter.png) repeat-x;
	color: #ffffff;
	font-style: normal;
	font-family: Sans-Serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	height : 22px;
	padding-top: 2px;
	float : left;
	cursor : pointer;
}

.ButtonRight
{
	background : url(images/button/ButtonRight.png) no-repeat;
	width : 17px;
	height : 22px;
	float : left;
	cursor : pointer;
}
