/* CSS Document */

.button, .buttonHover {
	/*width : 2em;*/
	color : #FFFFFF !important;
	text-decoration: none !important;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	border-spacing: 0px;
	background-position: left 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: visible;
	height: 21px;
	cursor: pointer;
	display: block;
	float: left;
}
.button span, .buttonHover span {
	display: block;
	line-height: 20px;
	height: 21px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: right -66px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space:nowrap;
	text-align: center;
	overflow: visible;
}

.button:hover, .buttonHover {
	background-position: left -33px;
}
.button:hover span, .buttonHover span {
	background-position: right -99px;
}

.button button {
	color: #FFFFFF;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border-width: 0px;
	border-spacing: 0px;
	height: 21px;
	line-height: 20px;
	width:auto;
	overflow:visible;
}

button::-moz-focus-inner {border: none;}

