a.button {
	color: #CCCCCC;
	display: block;
	float: left;
	height: 35px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../gfx/Button_a.png);
	background-repeat: no-repeat;
	background-position: right top;
	/* border: 1px solid #FF0000; */
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	z-index:40;
	text-align: center;
}

a.button span {
	background: transparent url(../gfx/Button_span.png) no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	line-height: 22px;
	padding: 5px 0 5px 18px;
	text-align: center;	/* border: 1px solid #00FF00; */
	z-index:39;
} 

a.husthmubWidth {
	width: 130px;
}

#front a.husthmubWidth {
	width: 193px;
}

