.button-button {
	height: 22px;
	overflow: hidden;
	border: 1px solid #999;
	float: left;
}

.button-buttonLeft {
	float: left;
	background: url(/sites/RoyalPlantation/modules/UI/components/Frontend/Button/css/../images/button_left.gif) no-repeat left top;
	height: 22px;
	width: 1px;
}

.button-buttonRight {
	float: left;
	background: url(/sites/RoyalPlantation/modules/UI/components/Frontend/Button/css/../images/button_left.gif) no-repeat left top;
	height: 22px;
	width: 1px;
}

.button-buttonCent {
	float: left;
	text-align: center;
	height: 22px;
}

.button-buttonCent a {
	color: #fff !important;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	background: url(/sites/RoyalPlantation/modules/UI/components/Frontend/Button/css/../images/button.gif) repeat-x left top;
	padding: 3px 5px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	white-space: nowrap;
	outline: none;
	text-align: center;
}

.button-buttonCent a img {
	border: 0 none;
}