@CHARSET "UTF-8";

.button{
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 34px;
	position: relative;
	z-index:1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.button-left,
.button-right{
	height: 100%;
	position: absolute;
	z-index:1;
	top: 0;
	width: 5px;
}
.button-left{
	background: url(../img/button-left.gif) center top no-repeat;
	left: 0;
}
.button-center{
	background: url(../img/button-center.png) center top repeat-x;
	display: block;
	margin: 0 5px;
	padding: 0 5px 0 5px; 
}
.button-right{
	background: url(../img/button-right.gif) center top no-repeat;
	right: 0;
}
.button-left,
.button-right{
	top: 0;
	height: 34px;
	line-height: 34px;
}
.button:hover span{
	background-position: center bottom;
}

.button:hover{
	text-decoration: none;
}