/* CSS Document */

.button, .buttonHover {
	/*width : 2em;*/
	color : #FFFFFF;
	text-decoration: none;
	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: 8px;
	overflow: visible;
	height: 21px;
	cursor: pointer;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}
.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: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space:nowrap;
	text-align: center;
}

.button:hover, .buttonHover {
	background-position: left -33px;
}
.button:hover span, .buttonHover span {
	background-position: right -99px;
}

button::-moz-focus-inner {border: none;}

.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: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space:nowrap;
	text-align: center;
}

.button:hover, .buttonHover {
	background-position: left -33px;
}
.button:hover span, .buttonHover span {
	background-position: right -99px;
}

.button button, .button-inv 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-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-spacing: 0px;
	height: 20px;
	line-height: 20px;
	width:auto;
 overflow:visible;
}